Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/x86_64/
H A Dpmap_pcid.c118 if ((cr4 & (CR4_PCIDE | CR4_PGE)) == (CR4_PCIDE | CR4_PGE)) { in pmap_pcid_configure()
141 set_cr4(get_cr4() | CR4_PCIDE); in pmap_pcid_configure()
/xnu-11215.1.10/osfmk/i386/
H A Dproc_reg.h152 #define CR4_PCIDE 0x00020000 /* PCID Enable */ macro