Searched refs:X86_BUG_L1TF (Results 1 – 5 of 5) sorted by relevance
228 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
1040 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in arch_max_swapfile_size()
255 case X86_BUG_L1TF: in should_mitigate_vuln()2812 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in l1tf_select_mitigation()2820 if (!should_mitigate_vuln(X86_BUG_L1TF)) { in l1tf_select_mitigation()2835 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_apply_mitigation()2876 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()3632 case X86_BUG_L1TF: in cpu_show_common()3705 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
550 #define X86_BUG_L1TF X86_BUG(18) /* "l1tf" CPU is affected by L1 Terminal Fault */ macro
248 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in __vmx_setup_l1d_flush()362 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()7769 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()