Searched refs:CR4_PCIDE (Results 1 – 12 of 12) sorted by relevance
168 { "PCIDE", CR4_PCIDE, CR4_PCIDE }, in mdb_x86_print_sysregs()186 if (sregs->sr_cr4 & CR4_PCIDE) in mdb_x86_print_sysregs()
450 if (!(getcr4() & CR4_PCIDE)) { in invpcid()515 if (!(getcr4() & CR4_PCIDE)) { in mmu_flush_tlb_page()536 if (!(getcr4() & CR4_PCIDE) || x86_use_invpcid == 1) { in mmu_flush_tlb_range()
1956 ASSERT(!(getcr4() & CR4_PCIDE)); in x86pte_mapin()2346 ASSERT(!(getcr4() & CR4_PCIDE)); in x86pte_copy()
1421 ASSERT(!(getcr4() & CR4_PCIDE)); in hat_switch_xen()1511 uint64_t pcide = getcr4() & CR4_PCIDE; in hat_switch()
42 #undef CR4_PCIDE
150 #define getpcid() ((getcr4() & CR4_PCIDE) ? \
121 #define CR4_PCIDE 0x20000 /* PCID enable */ macro
74 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
350 rm->rm_cr4 &= ~(CR4_MCE | CR4_PCE | CR4_PCIDE); in mach_cpucontext_xalloc()
946 if (getcr4() & CR4_PCIDE) in do_bsys_doint()
78 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
7905 setcr4(getcr4() | CR4_PCIDE); in enable_pcid()