HomeSort by: relevance | last modified time | path
    Searched defs:v2_mitigation_method (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
spectre.c 71 static enum v2_mitigation v2_mitigation_method = V2_MITIGATION_NONE; variable in typeref:enum:v2_mitigation
99 switch (v2_mitigation_method) {
133 v2_mitigation_method =
139 v2_mitigation_method = V2_MITIGATION_INTEL_IBRS;
144 v2_mitigation_method = V2_MITIGATION_NONE;
155 v2_mitigation_method = V2_MITIGATION_AMD_DIS_IND;
158 v2_mitigation_method = V2_MITIGATION_NONE;
162 v2_mitigation_method = V2_MITIGATION_NONE;
242 switch (v2_mitigation_method) {
290 if (v2_mitigation_method == V2_MITIGATION_INTEL_IBRS)
    [all...]

Completed in 13 milliseconds