Searched refs:VMENTER_L1D_FLUSH_NEVER (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dvmx.h624 VMENTER_L1D_FLUSH_NEVER, enumerator in enum:vmx_l1d_flush_state
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c2656 [VMENTER_L1D_FLUSH_NEVER] = "vulnerable",
2669 (l1tf_vmx_mitigation == VMENTER_L1D_FLUSH_NEVER &&
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c235 [VMENTER_L1D_FLUSH_NEVER] = {"never", true},
269 l1tf = VMENTER_L1D_FLUSH_NEVER;
285 if (l1tf != VMENTER_L1D_FLUSH_NEVER && !vmx_l1d_flush_pages &&
309 if (l1tf != VMENTER_L1D_FLUSH_NEVER)
7606 if (l1tf_vmx_mitigation == VMENTER_L1D_FLUSH_NEVER)
/linux-master/arch/x86/kvm/
H A Dx86.c1644 * vulnerable. Overall, only VMENTER_L1D_FLUSH_NEVER will
1647 if (l1tf_vmx_mitigation != VMENTER_L1D_FLUSH_NEVER)

Completed in 198 milliseconds