Searched refs:CR4_PCIDE (Results 1 – 4 of 4) sorted by relevance
138 andl $~(CR4_PGE | CR4_PCIDE),%eax /* clear sensitive paging ctrls */
2089 load_cr4(rcr4() | CR4_PCIDE); in pmap_bootstrap()
80 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
1122 load_cr4(rcr4() | CR4_PCIDE); in init_secondary_tail()