Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dproc_reg.h150 #define CR4_SMEP 0x00100000 /* Supervisor-Mode Execute Protect */ macro
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c341 set_cr4(get_cr4() | CR4_SMEP); in pmap_cpu_init()