Home
last modified time | relevance | path

Searched refs:CPUID2_MON (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c483 return ((cpu_feature2 & CPUID2_MON) != 0 && ((cpu_mon_mwait_flags & in cpu_mwait_usable()
608 if ((cpu_feature2 & CPUID2_MON) && idle_mwait) { in cpu_idle()
678 .id_cpuid2_flag = CPUID2_MON },
H A Dmp_x86.c1475 use_mwait = (stop_mwait && (cpu_feature2 & CPUID2_MON) != 0 && in cpustop_handler()
H A Didentcpu.c1641 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) { in finishidentcpu()
/f-stack/freebsd/amd64/vmm/
H A Dx86.c365 regs[2] &= ~CPUID2_MON; in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h160 #define CPUID2_MON 0x00000008 macro