Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_x86util.c168 { "PCIDE", CR4_PCIDE, CR4_PCIDE }, in mdb_x86_print_sysregs()
186 if (sregs->sr_cr4 & CR4_PCIDE) in mdb_x86_print_sysregs()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c450 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()
H A Dhtable.c1956 ASSERT(!(getcr4() & CR4_PCIDE)); in x86pte_mapin()
2346 ASSERT(!(getcr4() & CR4_PCIDE)); in x86pte_copy()
H A Dhat_i86.c1421 ASSERT(!(getcr4() & CR4_PCIDE)); in hat_switch_xen()
1511 uint64_t pcide = getcr4() & CR4_PCIDE; in hat_switch()
/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dspecialreg.h42 #undef CR4_PCIDE
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h150 #define getpcid() ((getcr4() & CR4_PCIDE) ? \
/illumos-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h121 #define CR4_PCIDE 0x20000 /* PCID enable */ macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dspecialreg.h74 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c350 rm->rm_cr4 &= ~(CR4_MCE | CR4_PCE | CR4_PCIDE); in mach_cpucontext_xalloc()
H A Dfakebop.c946 if (getcr4() & CR4_PCIDE) in do_bsys_doint()
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dspecialreg.h78 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c7905 setcr4(getcr4() | CR4_PCIDE); in enable_pcid()