Home
last modified time | relevance | path

Searched refs:CR4_SMAP (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dproc_reg.h149 #define CR4_SMAP 0x00200000 /* Supervisor-Mode Access Protect */ macro
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c353 set_cr4(get_cr4() | CR4_SMAP); in pmap_cpu_init()