Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c501 if (!boot_cpu_has_bug(X86_BUG_RFDS) || cpu_mitigations_off()) { in rfds_select_mitigation()
519 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in rfds_parse_cmdline()
565 boot_cpu_has_bug(X86_BUG_RFDS)) { in md_clear_update_mitigation()
578 if (boot_cpu_has_bug(X86_BUG_RFDS)) in md_clear_update_mitigation()
2936 case X86_BUG_RFDS: in cpu_show_common()
3016 return cpu_show_common(dev, attr, buf, X86_BUG_RFDS); in cpu_show_reg_file_data_sampling()
H A Dcommon.c1477 setup_force_cpu_bug(X86_BUG_RFDS); in cpu_set_bug_bits()
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h517 #define X86_BUG_RFDS X86_BUG(1*32 + 2) /* CPU is vulnerable to Register File Data Sampling */ macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1656 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in kvm_get_arch_capabilities()