Searched refs:CPUID2_MON (Results 1 – 5 of 5) sorted by relevance
517 return ((cpu_feature2 & CPUID2_MON) != 0 && ((cpu_mon_mwait_flags & in cpu_mwait_usable()658 if ((cpu_feature2 & CPUID2_MON) && idle_mwait) { in cpu_idle()727 .id_cpuid2_flag = CPUID2_MON },
1635 if (cpu_high >= 5 && (cpu_feature2 & CPUID2_MON) != 0) { in finishidentcpu()
1528 use_mwait = (stop_mwait && (cpu_feature2 & CPUID2_MON) != 0 && in cpustop_handler()
356 regs[2] &= ~CPUID2_MON; in x86_emulate_cpuid()
179 #define CPUID2_MON 0x00000008 macro