Searched refs:CR4_PCIDE (Results 1 – 2 of 2) sorted by relevance
118 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()
152 #define CR4_PCIDE 0x00020000 /* PCID Enable */ macro