Home
last modified time | relevance | path

Searched refs:X86_BUG_MONITOR (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmwait.h109 if (static_cpu_has_bug(X86_BUG_MONITOR) || !current_set_polling_and_test()) { in mwait_idle_with_hints()
H A Dcpufeatures.h435 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmwait.h110 if (static_cpu_has_bug(X86_BUG_MONITOR) || !current_set_polling_and_test()) { in mwait_idle_with_hints()
H A Dcpufeatures.h478 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */ macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h423 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */ macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h469 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */ macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.c804 if (!cpu_has(c, X86_FEATURE_MWAIT) || boot_cpu_has_bug(X86_BUG_MONITOR)) in prefer_mwait_c1_over_halt()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.c894 if (boot_cpu_has_bug(X86_BUG_MONITOR)) in prefer_mwait_c1_over_halt()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dintel.c658 set_cpu_bug(c, X86_BUG_MONITOR); in init_intel()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dintel.c672 set_cpu_bug(c, X86_BUG_MONITOR); in init_intel()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c3811 !boot_cpu_has_bug(X86_BUG_MONITOR) && in kvm_can_mwait_in_guest()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c4424 !boot_cpu_has_bug(X86_BUG_MONITOR) && in kvm_can_mwait_in_guest()

Completed in 42 milliseconds