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

  /src/sys/arch/x86/x86/
spectre.c 72 static enum v4_mitigation v4_mitigation_method = V4_MITIGATION_NONE; variable in typeref:enum:v4_mitigation
380 switch (v4_mitigation_method) {
416 v4_mitigation_method = V4_MITIGATION_INTEL_SSB_NO;
424 v4_mitigation_method = V4_MITIGATION_INTEL_SSBD;
431 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F15H;
434 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F16H;
437 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F17H;
446 v4_mitigation_method = V4_MITIGATION_AMD_SSB_NO;
454 v4_mitigation_method = V4_MITIGATION_NONE;
462 switch (v4_mitigation_method) {
    [all...]
spectre.c 72 static enum v4_mitigation v4_mitigation_method = V4_MITIGATION_NONE; variable in typeref:enum:v4_mitigation
380 switch (v4_mitigation_method) {
416 v4_mitigation_method = V4_MITIGATION_INTEL_SSB_NO;
424 v4_mitigation_method = V4_MITIGATION_INTEL_SSBD;
431 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F15H;
434 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F16H;
437 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F17H;
446 v4_mitigation_method = V4_MITIGATION_AMD_SSB_NO;
454 v4_mitigation_method = V4_MITIGATION_NONE;
462 switch (v4_mitigation_method) {
    [all...]

Completed in 21 milliseconds