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

/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c728 GDS_MITIGATION_FORCE, enumerator in enum:gds_mitigations
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:
811 if (gds_mitigation == GDS_MITIGATION_FORCE) {
825 if (gds_mitigation == GDS_MITIGATION_FORCE)
859 gds_mitigation = GDS_MITIGATION_FORCE;

Completed in 134 milliseconds