Searched defs:PAT (Results 1 - 1 of 1) sorted by relevance

/arch/x86/mm/
H A Dpat.c2 * Handle caching attributes in page tables (PAT)
7 * Loosely based on earlier PAT patchset from Eric Biederman and Andi Kleen.
46 pat_disable("PAT support disabled.");
78 #define PAT(x, y) ((u64)PAT_ ## y << ((x)*8)) macro
90 pat_disable("PAT not supported by CPU.");
95 * switched to PAT on the boot CPU. We have no way to
96 * undo PAT.
98 printk(KERN_ERR "PAT enabled, "
107 * PAT
115 * PAT bi
131 #undef PAT macro
[all...]

Completed in 29 milliseconds