Home
last modified time | relevance | path

Searched refs:X86_BUG_L1TF (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dmmap.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
H A Dinit.c1071 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in max_swapfile_size()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dmmap.c240 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
H A Dinit.c1087 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) { in arch_max_swapfile_size()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.c307 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h441 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
H A Dpgtable.h1452 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h429 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h484 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
H A Dpgtable.h1679 return boot_cpu_has_bug(X86_BUG_L1TF); in arch_has_pfn_modify_check()
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h475 #define X86_BUG_L1TF X86_BUG(18) /* CPU is affected by L1 Terminal Fault */ macro
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dspte.c472 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A 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()
2728 case X86_BUG_L1TF: in cpu_show_common()
2790 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
H A Dcommon.c1352 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dbugs.c2349 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_select_mitigation()
2394 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in l1tf_cmdline()
2819 case X86_BUG_L1TF: in cpu_show_common()
2881 return cpu_show_common(dev, attr, buf, X86_BUG_L1TF); in cpu_show_l1tf()
H A Dcommon.c1490 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c236 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
334 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7155 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c244 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in vmx_setup_l1d_flush()
337 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7566 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()

Completed in 46 milliseconds