Home
last modified time | relevance | path

Searched refs:X86_BUG_CLFLUSH_MONITOR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmwait.h111 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
H A Dcpufeatures.h484 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */ macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h458 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */ macro
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c921 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c663 set_cpu_bug(c, X86_BUG_CLFLUSH_MONITOR); in init_intel()