Home
last modified time | relevance | path

Searched refs:boot_cpu_has_bug (Results 1 – 13 of 13) 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
H A Dpgtable.h1654 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/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.c7528 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.c1662 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()
1664 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()
1666 if (!boot_cpu_has_bug(X86_BUG_MDS)) in kvm_get_arch_capabilities()
1668 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in kvm_get_arch_capabilities()
1670 if (!boot_cpu_has_bug(X86_BUG_ITS)) in kvm_get_arch_capabilities()
1682 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
1692 if (!boot_cpu_has_bug(X86_BUG_GDS) || gds_ucode_mitigated()) in kvm_get_arch_capabilities()
4736 !boot_cpu_has_bug(X86_BUG_MONITOR) && in kvm_can_mwait_in_guest()
6817 if (!mitigate_smt_rsb && boot_cpu_has_bug(X86_BUG_SMT_RSB) && in kvm_vm_ioctl_enable_cap()
14562 mitigate_smt_rsb &= boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible(); in kvm_x86_init()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2187 if (boot_cpu_has_bug(X86_BUG_GDS)) in identify_secondary_cpu()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c259 if (boot_cpu_has_bug(X86_BUG_TDX_PW_MCE)) in mce_dump_aux_info()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in __vmx_setup_l1d_flush()
512 !boot_cpu_has_bug(X86_BUG_MDS) && in vmx_update_fb_clear_dis()
513 !boot_cpu_has_bug(X86_BUG_TAA); in vmx_update_fb_clear_dis()