Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpti.c63 if (boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_insecure()
69 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_secure()
99 if (pti_mode == PTI_AUTO && !boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_check_boottime_disable()
H A Dmmap.c228 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
H A Dfault.c468 if (boot_cpu_has_bug(X86_BUG_F00F) && !(error_code & X86_PF_USER) && in is_f00f_bug()
/linux/arch/um/include/asm/
H A Dcpufeature.h130 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/linux/arch/x86/include/asm/
H A Dcpufeature.h131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/linux/arch/x86/kvm/mmu/
H A Dspte.c537 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
H A Dmmu.c7502 return boot_cpu_has_bug(X86_BUG_ITLB_MULTIHIT) && !cpu_mitigations_off(); in get_nx_auto_mode()
/linux/arch/x86/kvm/
H A Dcpuid.c1186 !boot_cpu_has_bug(X86_BUG_EIBRS_PBRSB)) in kvm_initialize_cpu_caps()
1195 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_initialize_cpu_caps()
H A Dx86.c1660 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()
1662 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()
1664 if (!boot_cpu_has_bug(X86_BUG_MDS)) in kvm_get_arch_capabilities()
1666 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in kvm_get_arch_capabilities()
1668 if (!boot_cpu_has_bug(X86_BUG_ITS)) in kvm_get_arch_capabilities()
1680 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
1690 if (!boot_cpu_has_bug(X86_BUG_GDS) || gds_ucode_mitigated()) in kvm_get_arch_capabilities()
4734 !boot_cpu_has_bug(X86_BUG_MONITOR) && in kvm_can_mwait_in_guest()
6798 if (!mitigate_smt_rsb && boot_cpu_has_bug(X86_BUG_SMT_RSB) && in kvm_vm_ioctl_enable_cap()
14487 mitigate_smt_rsb &= boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible(); in kvm_x86_init()
/linux/drivers/acpi/
H A Dprocessor_idle.c141 if (boot_cpu_has_bug(X86_BUG_AMD_APIC_C1E)) in lapic_timer_check_state()
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c647 if (!boot_cpu_has_bug(X86_BUG_TDX_PW_MCE)) in tdx_quirk_reset_paddr()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c258 if (boot_cpu_has_bug(X86_BUG_TDX_PW_MCE)) in mce_dump_aux_info()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2184 if (boot_cpu_has_bug(X86_BUG_GDS)) in identify_secondary_cpu()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c236 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in __vmx_setup_l1d_flush()
508 !boot_cpu_has_bug(X86_BUG_MDS) && in vmx_update_fb_clear_dis()
509 !boot_cpu_has_bug(X86_BUG_TAA); in vmx_update_fb_clear_dis()