Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmwait.h110 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
Dcpufeatures.h381 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */ macro
/arch/x86/kernel/
Dprocess.c688 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/arch/x86/kernel/cpu/
Dintel.c703 set_cpu_bug(c, X86_BUG_CLFLUSH_MONITOR); in init_intel()