Home
last modified time | relevance | path

Searched refs:X86_BUG_SPEC_STORE_BYPASS (Results 1 – 4 of 4) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h547 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* "spec_store_bypass" CPU is affected by speculative… macro
/linux/arch/x86/kvm/
H A Dcpuid.c1195 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_initialize_cpu_caps()
H A Dx86.c1662 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1481 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()