X86_BUG_MONITOR   109 arch/x86/include/asm/mwait.h 	if (static_cpu_has_bug(X86_BUG_MONITOR) || !current_set_polling_and_test()) {
X86_BUG_MONITOR   707 arch/x86/kernel/cpu/intel.c 		set_cpu_bug(c, X86_BUG_MONITOR);
X86_BUG_MONITOR   665 arch/x86/kernel/process.c 	if (!cpu_has(c, X86_FEATURE_MWAIT) || boot_cpu_has_bug(X86_BUG_MONITOR))
X86_BUG_MONITOR  3262 arch/x86/kvm/x86.c 		!boot_cpu_has_bug(X86_BUG_MONITOR) &&