PAGE_NOCACHE

Constant PAGE_NOCACHE 

Source
pub const PAGE_NOCACHE: u32 = 0x2_00;
Expand description

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.