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

/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c960 enum retbleed_mitigation { enum
986 static enum retbleed_mitigation retbleed_mitigation __ro_after_init =
1046 retbleed_mitigation = RETBLEED_MITIGATION_UNRET;
1058 retbleed_mitigation = RETBLEED_MITIGATION_IBPB;
1068 retbleed_mitigation = RETBLEED_MITIGATION_STUFF;
1085 retbleed_mitigation = RETBLEED_MITIGATION_UNRET;
1088 retbleed_mitigation = RETBLEED_MITIGATION_IBPB;
1093 * spectre_v2_select_mitigation(). 'retbleed_mitigation' will
1100 switch (retbleed_mitigation) {
[all...]

Completed in 107 milliseconds