Searched refs:X86_PAE_PTE_CACHING_DISABLED (Results 1 – 3 of 3) sorted by relevance
42 #define X86_PAE_PTE_CACHING_DISABLED 0x0000000000000010LL macro56 | X86_PAE_PTE_CACHING_DISABLED)
197 return X86_PAE_PTE_CACHING_DISABLED | X86_PAE_PTE_WRITE_THROUGH; in MemoryTypeToPageTableEntryFlags()
64 (entry & X86_PAE_PTE_CACHING_DISABLED) != 0 ? "UC" : "--", in PrintPageTableEntry()1273 if ((entry & X86_PAE_PTE_CACHING_DISABLED) != 0) in DebugPrintMappingInfo()