Home
last modified time | relevance | path

Searched refs:SMT_MITIGATIONS_ON (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcpu.h207 SMT_MITIGATIONS_ON, enumerator
/linux/arch/x86/kernel/cpu/
H A Dbugs.c220 case SMT_MITIGATIONS_ON: in cpu_print_attack_vectors()
519 (mds_nosmt || smt_mitigations == SMT_MITIGATIONS_ON)) in mds_apply_mitigation()
630 if (taa_nosmt || smt_mitigations == SMT_MITIGATIONS_ON) in taa_apply_mitigation()
744 if (mmio_nosmt || smt_mitigations == SMT_MITIGATIONS_ON) in mmio_apply_mitigation()
1510 (retbleed_nosmt || smt_mitigations == SMT_MITIGATIONS_ON)) in retbleed_apply_mitigation()
3065 if (smt_mitigations == SMT_MITIGATIONS_ON) in l1tf_select_mitigation()
/linux/kernel/
H A Dcpu.c3268 smt_mitigations = SMT_MITIGATIONS_ON; in mitigations_parse_cmdline()