Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dspectre.c72 static enum v4_mitigation v4_mitigation_method = V4_MITIGATION_NONE; variable
380 switch (v4_mitigation_method) { in v4_set_name()
416 v4_mitigation_method = V4_MITIGATION_INTEL_SSB_NO; in v4_detect_method()
424 v4_mitigation_method = V4_MITIGATION_INTEL_SSBD; in v4_detect_method()
431 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F15H; in v4_detect_method()
434 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F16H; in v4_detect_method()
437 v4_mitigation_method = V4_MITIGATION_AMD_NONARCH_F17H; in v4_detect_method()
446 v4_mitigation_method = V4_MITIGATION_AMD_SSB_NO; in v4_detect_method()
454 v4_mitigation_method = V4_MITIGATION_NONE; in v4_detect_method()
462 switch (v4_mitigation_method) { in mitigation_v4_apply_cpu()
[all …]