Home
last modified time | relevance | path

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

/arch/x86/mm/
Dmmap.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
Dinit.c1106 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in max_swapfile_size()
/arch/x86/include/asm/
Dcpufeatures.h452 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
Dpgtable.h1399 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/arch/x86/kvm/mmu/
Dspte.c340 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
/arch/x86/kernel/cpu/
Dbugs.c2253 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_select_mitigation()
2298 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()
2723 case X86_BUG_L1TF: in cpu_show_common()
2782 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
Dcommon.c1324 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/arch/x86/kvm/vmx/
Dvmx.c237 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
335 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7089 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()