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

/linux-master/arch/x86/include/asm/
H A Dprocessor.h708 L1TF_MITIGATION_OFF, enumerator in enum:l1tf_mitigations
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c2422 l1tf_mitigation = L1TF_MITIGATION_OFF;
2429 case L1TF_MITIGATION_OFF:
2448 if (l1tf_mitigation != L1TF_MITIGATION_OFF &&
2470 l1tf_mitigation = L1TF_MITIGATION_OFF;
/linux-master/arch/x86/mm/
H A Dinit.c1087 if (boot_cpu_has_bug(X86_BUG_L1TF) && l1tf_mitigation != L1TF_MITIGATION_OFF) {
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c268 case L1TF_MITIGATION_OFF:
7593 case L1TF_MITIGATION_OFF:

Completed in 178 milliseconds