Share via


dwARMCacheMode (Compact 2013)

10/16/2014

This variable specifies the C and B bits that the kernel uses to build the page tables on an ARM platform.

Syntax

DWORD dwARMCacheMode;

Remarks

You define this variable only for ARM platforms. The OEMARMCacheMode function sets the value of this variable as part of the OEMInitGlobals function in oal.exe. OEMInitGlobals sets the CPU-specific variables before OEMInit executes, so that the kernel can use them. Therefore, do not set dwARMCacheMode directly; use the OEMARMCacheMode function.

Requirements

Header

Developer Implemented

See Also

Reference

Optional OAL Variables
OEMGLOBAL