Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmwait.h102 if (static_cpu_has_bug(X86_BUG_MONITOR) || !current_set_polling_and_test()) { in mwait_idle_with_hints()
103 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
Dcpufeature.h218 #define static_cpu_has_bug(bit) static_cpu_has((bit)) macro
/Linux-v4.19/arch/x86/kernel/cpu/
Dproc.c38 static_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
39 static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
40 static_cpu_has_bug(X86_BUG_COMA) ? "yes" : "no", in show_cpuinfo_misc()
/Linux-v4.19/arch/x86/kernel/
Dprocess_64.c255 if (static_cpu_has_bug(X86_BUG_NULL_SEG)) { in load_seg_legacy()
510 if (static_cpu_has_bug(X86_BUG_SYSRET_SS_ATTRS)) { in __switch_to()
Dprocess.c591 if (!cpu_has(c, X86_FEATURE_MWAIT) || static_cpu_has_bug(X86_BUG_MONITOR)) in prefer_mwait_c1_over_halt()
/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h450 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in copy_kernel_to_fpregs()
/Linux-v4.19/arch/x86/kvm/
Dsvm.c841 if (!static_cpu_has_bug(X86_BUG_AMD_TLB_MMATCH)) in svm_init_erratum_383()