Home
last modified time | relevance | path

Searched refs:boot_cpu_has_bug (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c300 if (!boot_cpu_has_bug(X86_BUG_MDS)) in mds_cmdline()
344 if (!boot_cpu_has_bug(X86_BUG_TAA)) { in taa_select_mitigation()
402 if (!boot_cpu_has_bug(X86_BUG_TAA)) in tsx_async_abort_parse_cmdline()
460 if (boot_cpu_has_bug(X86_BUG_MDS) || (boot_cpu_has_bug(X86_BUG_TAA) && in mmio_select_mitigation()
530 boot_cpu_has_bug(X86_BUG_MDS)) { in md_clear_update_mitigation()
535 boot_cpu_has_bug(X86_BUG_TAA)) { in md_clear_update_mitigation()
545 if (boot_cpu_has_bug(X86_BUG_MDS)) in md_clear_update_mitigation()
547 if (boot_cpu_has_bug(X86_BUG_TAA)) in md_clear_update_mitigation()
596 if (!boot_cpu_has_bug(X86_BUG_SRBDS)) in update_srbds_msr()
633 if (!boot_cpu_has_bug(X86_BUG_SRBDS)) in srbds_select_mitigation()
[all …]
A Dproc.c42 boot_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", in show_cpuinfo_misc()
43 boot_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", in show_cpuinfo_misc()
44 boot_cpu_has_bug(X86_BUG_COMA) ? "yes" : "no", in show_cpuinfo_misc()
A Dtsx.c64 if (boot_cpu_has_bug(X86_BUG_TAA)) in x86_get_tsx_auto_mode()
144 if (!boot_cpu_has_bug(X86_BUG_TAA) || in tsx_dev_mode_disable()
/linux-6.3-rc2/arch/x86/kernel/
A Dprocess.c802 if (!boot_cpu_has_bug(X86_BUG_AMD_APIC_C1E)) { in amd_e400_idle()
835 if (boot_cpu_has_bug(X86_BUG_MONITOR)) in prefer_mwait_c1_over_halt()
886 if (boot_cpu_has_bug(X86_BUG_AMD_E400)) { in select_idle_routine()
901 if (boot_cpu_has_bug(X86_BUG_AMD_APIC_C1E)) { in amd_e400_c1e_apic_setup()
913 if (!boot_cpu_has_bug(X86_BUG_AMD_E400)) in arch_post_acpi_subsys_init()
/linux-6.3-rc2/arch/x86/mm/
A Dpti.c62 if (boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_insecure()
68 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_secure()
118 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_check_boottime_disable()
A Dmmap.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
A Dinit.c1067 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in arch_max_swapfile_size()
A Dfault.c466 if (boot_cpu_has_bug(X86_BUG_F00F) && !(error_code & X86_PF_USER) && in is_f00f_bug()
/linux-6.3-rc2/arch/um/include/asm/
A Dcpufeature.h131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeature.h206 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
A Dpgtable.h1446 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dspte.c474 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
A Dmmu.c6746 return boot_cpu_has_bug(X86_BUG_ITLB_MULTIHIT) && !cpu_mitigations_off(); in get_nx_auto_mode()
/linux-6.3-rc2/drivers/acpi/
A Dprocessor_idle.c134 if (boot_cpu_has_bug(X86_BUG_AMD_APIC_C1E)) in lapic_timer_check_state()
/linux-6.3-rc2/arch/x86/kvm/
A Dcpuid.c734 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_set_cpu_caps()
A Dx86.c1625 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()
1627 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()
1629 if (!boot_cpu_has_bug(X86_BUG_MDS)) in kvm_get_arch_capabilities()
1641 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
4334 !boot_cpu_has_bug(X86_BUG_MONITOR) && in kvm_can_mwait_in_guest()
6251 if (boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible() && in kvm_vm_ioctl_enable_cap()
13544 mitigate_smt_rsb &= boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible(); in kvm_x86_init()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c247 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
378 !boot_cpu_has_bug(X86_BUG_MDS) && in vmx_setup_fb_clear_ctrl()
379 !boot_cpu_has_bug(X86_BUG_TAA)) { in vmx_setup_fb_clear_ctrl()

Completed in 70 milliseconds