Home
last modified time | relevance | path

Searched refs:X86_BUG_L1TF (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dmmap.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
H A Dinit.c1088 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in arch_max_swapfile_size()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h475 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h501 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
H A Dpgtable.h1663 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2432 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_select_mitigation()
2477 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()
2945 case X86_BUG_L1TF: in cpu_show_common()
3007 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
H A Dcommon.c1501 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.c480 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c248 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
341 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7575 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()