Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmwait.h110 if (static_cpu_has_bug(X86_BUG_MONITOR) || !current_set_polling_and_test()) { in mwait_idle_with_hints()
111 if (static_cpu_has_bug(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle_with_hints()
H A Dcpufeature.h204 #define static_cpu_has_bug(bit) static_cpu_has((bit)) macro
/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h130 #define static_cpu_has_bug(bit) static_cpu_has((bit)) macro
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c310 if (static_cpu_has_bug(X86_BUG_NULL_SEG)) { in load_seg_legacy()
633 if (static_cpu_has_bug(X86_BUG_SYSRET_SS_ATTRS)) { in __switch_to()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dcore.c144 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in restore_fpregs_from_fpstate()
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c805 if (!static_cpu_has_bug(X86_BUG_NULL_SEG)) in kvm_set_cpu_caps()
1213 || !static_cpu_has_bug(X86_BUG_NULL_SEG))) in __do_cpuid_func()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c492 if (!static_cpu_has_bug(X86_BUG_AMD_TLB_MMATCH)) in svm_init_erratum_383()