Searched refs:CPUID2_MON (Results 1 – 5 of 5) sorted by relevance
483 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 },
1475 use_mwait = (stop_mwait && (cpu_feature2 & CPUID2_MON) != 0 && in cpustop_handler()
1641 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) { in finishidentcpu()
365 regs[2] &= ~CPUID2_MON; in x86_emulate_cpuid()
160 #define CPUID2_MON 0x00000008 macro