Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dproc.c34 static_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
35 static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
36 static_cpu_has_bug(X86_BUG_COMA) ? "yes" : "no", in show_cpuinfo_misc()
/linux-4.1.27/arch/x86/include/asm/
Dmwait.h54 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
Dcpufeature.h591 #define static_cpu_has_bug(bit) static_cpu_has((bit)) macro
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c434 if (static_cpu_has_bug(X86_BUG_SYSRET_SS_ATTRS)) { in __switch_to()
/linux-4.1.27/arch/x86/kvm/
Dsvm.c576 if (!static_cpu_has_bug(X86_BUG_AMD_TLB_MMATCH)) in svm_init_erratum_383()