Home
last modified time | relevance | path

Searched refs:X86_BUG_RFDS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h457 #define X86_BUG_RFDS X86_BUG(1*32 + 2) /* CPU is vulnerable to Register File Data Sampling */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h501 #define X86_BUG_RFDS X86_BUG(1*32 + 2) /* CPU is vulnerable to Register File Data Sampling */ macro
/kernel/linux/linux-5.10/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()
2758 case X86_BUG_RFDS: in cpu_show_common()
2838 return cpu_show_common(dev, attr, buf, X86_BUG_RFDS); in cpu_show_reg_file_data_sampling()
H A Dcommon.c1338 setup_force_cpu_bug(X86_BUG_RFDS); in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dbugs.c504 if (!boot_cpu_has_bug(X86_BUG_RFDS) || cpu_mitigations_off()) { in rfds_select_mitigation()
522 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in rfds_parse_cmdline()
568 boot_cpu_has_bug(X86_BUG_RFDS)) { in md_clear_update_mitigation()
581 if (boot_cpu_has_bug(X86_BUG_RFDS)) in md_clear_update_mitigation()
2849 case X86_BUG_RFDS: in cpu_show_common()
2929 return cpu_show_common(dev, attr, buf, X86_BUG_RFDS); in cpu_show_reg_file_data_sampling()
H A Dcommon.c1476 setup_force_cpu_bug(X86_BUG_RFDS); in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c1430 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in kvm_get_arch_capabilities()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c1656 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in kvm_get_arch_capabilities()

Completed in 63 milliseconds