PAGE_NOCACHE top-level constant

  1. @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_NOCACHE instead')
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

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_NOCACHE instead')
const PAGE_NOCACHE = 0x200;