Searched defs:X86_CR4_PAE (Results 1 – 3 of 3) sorted by relevance
247 const X86_CR4_PAE: u64 = 0x20; constant
102 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
21 #define X86_CR4_PAE (1ul << 5) macro