PAGE_NOCACHE top-level constant

int const PAGE_NOCACHE

Sets all pages to be non-cachable. Applications should not use this attribute except when explicitly required for a device. Using the interlocked functions with memory that is mapped with SEC_NOCACHE can result in an EXCEPTION_ILLEGAL_INSTRUCTION exception.

Implementation

const PAGE_NOCACHE = 0x200;