Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/mm/
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()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h472 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
A Dpgtable.h1446 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h459 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c2177 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_select_mitigation()
2222 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()
2467 case X86_BUG_L1TF: in cpu_show_common()
2520 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
A Dcommon.c1433 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/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()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c247 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
345 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7507 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()

Completed in 42 milliseconds