Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c728 GDS_MITIGATION_FORCE, enumerator
735 static enum gds_mitigations gds_mitigation __ro_after_init = GDS_MITIGATION_FORCE;
743 [GDS_MITIGATION_FORCE] = "Mitigation: AVX disabled, no microcode",
776 case GDS_MITIGATION_FORCE: in update_gds_msr()
811 if (gds_mitigation == GDS_MITIGATION_FORCE) { in gds_select_mitigation()
825 if (gds_mitigation == GDS_MITIGATION_FORCE) in gds_select_mitigation()
859 gds_mitigation = GDS_MITIGATION_FORCE; in gds_parse_cmdline()