Home
last modified time | relevance | path

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

/arch/x86/mm/
Dmmap.c187 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
Dinit.c893 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in max_swapfile_size()
/arch/x86/kernel/cpu/
Dbugs.c1311 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_select_mitigation()
1356 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()
1521 case X86_BUG_L1TF: in cpu_show_common()
1564 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
Dcommon.c1041 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/arch/x86/include/asm/
Dcpufeatures.h387 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
Dpgtable.h1302 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/arch/x86/kvm/
Dvmx.c311 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
10170 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()
12957 if (boot_cpu_has(X86_BUG_L1TF)) { in module_exit()