Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dmmap.c228 if (!boot_cpu_has_bug(X86_BUG_L1TF)) in pfn_modify_allowed()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h548 #define X86_BUG_L1TF X86_BUG(18) /* "l1tf" CPU is affected by L1 Terminal Fault */ macro
/linux/arch/x86/kvm/mmu/
H A Dspte.c537 if (boot_cpu_has_bug(X86_BUG_L1TF) && in kvm_mmu_reset_all_pte_masks()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1624 setup_force_cpu_bug(X86_BUG_L1TF); in cpu_set_bug_bits()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c236 if (!boot_cpu_has_bug(X86_BUG_L1TF)) { in __vmx_setup_l1d_flush()
350 if (!boot_cpu_has(X86_BUG_L1TF)) in vmentry_l1d_flush_set()
7878 if (boot_cpu_has(X86_BUG_L1TF) && enable_ept) { in vmx_vm_init()