Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c35 static_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
36 static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
37 static_cpu_has_bug(X86_BUG_COMA) ? "yes" : "no", in show_cpuinfo_misc()
/linux-4.4.14/arch/x86/include/asm/
Dmwait.h99 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
Dcpufeature.h598 #define static_cpu_has_bug(bit) static_cpu_has((bit)) macro
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c426 if (static_cpu_has_bug(X86_BUG_SYSRET_SS_ATTRS)) { in __switch_to()
/linux-4.4.14/arch/x86/kvm/
Dsvm.c578 if (!static_cpu_has_bug(X86_BUG_AMD_TLB_MMATCH)) in svm_init_erratum_383()