Searched refs:CPUID_MONITOR_MWAIT (Results 1 – 3 of 3) sorted by relevance
503 if (CPUID_MONITOR_MWAIT > gMaximumBasicFunction) { in CpuidMonitorMwait()507 AsmCpuid (CPUID_MONITOR_MWAIT, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32); in CpuidMonitorMwait()509 Print (L"CPUID_MONITOR_MWAIT (Leaf %08x)\n", CPUID_MONITOR_MWAIT); in CpuidMonitorMwait()
974 #define CPUID_MONITOR_MWAIT 0x05 macro
279 AsmCpuid (CPUID_MONITOR_MWAIT, NULL, &MonitorMwaitEbx.Uint32, NULL, NULL); in GetApLoopMode()