Searched defs:X86_CR4_SMAP (Results 1 – 4 of 4) sorted by relevance
28 #define X86_CR4_SMAP 0x00200000 /* SMAP protection enabling */ macro
134 #define X86_CR4_SMAP _BITUL(X86_CR4_SMAP_BIT) macro
45 #define X86_CR4_SMAP (1ul << 21) macro
164 #define X86_CR4_SMAP 0x00200000 /* SMAP protection enabling */ macro