Searched refs:CR4_SMAP (Results 1 – 5 of 5) sorted by relevance
171 { "SMAP", CR4_SMAP, CR4_SMAP }, in mdb_x86_print_sysregs()
39 #undef CR4_SMAP
124 #define CR4_SMAP 0x200000 /* kernel can't access user pages */ macro
81 #define CR4_SMAP 0x00200000 /* Supervisor-Mode Access Prevention */ macro
702 setcr4(getcr4() | CR4_SMAP); in startup_smap()