Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmwait.h123 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle_with_hints()
H A Dcpufeatures.h511 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* "clflush_monitor" AAI65, CLFLUSH required before MONITOR */ macro
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h503 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* "clflush_monitor" AAI65, CLFLUSH required before MONITOR */ macro
/linux/arch/x86/kernel/cpu/
H A Dintel.c568 set_cpu_bug(c, X86_BUG_CLFLUSH_MONITOR); in init_intel()
/linux/arch/x86/kernel/
H A Dprocess.c926 alternative_input("", "clflush (%[addr])", X86_BUG_CLFLUSH_MONITOR, [addr] "a" (addr)); in mwait_idle()