Share via


Memory Constants (Compact 2013)

10/16/2014

The following table shows the Memory constants.

Programming Element

Description

OAL_MEMORY_CACHE_BIT

Defines the address bit that determines whether an address is cached or uncached, according to the ranges below:

  • 0x80000000 - 0x9FFFFFFF represents a CACHED address.
  • 0xA0000000 - 0xBFFFFFFF represents and UNCACHED address.
  • This constant is valid for a physical address in the OEMAddressTable structure or in the OEMDeviceTable structure.

See Also

Reference

Memory Reference