Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dspectre.c55 V2_MITIGATION_NONE, enumerator
71 static enum v2_mitigation v2_mitigation_method = V2_MITIGATION_NONE;
144 v2_mitigation_method = V2_MITIGATION_NONE; in v2_detect_method()
158 v2_mitigation_method = V2_MITIGATION_NONE; in v2_detect_method()
162 v2_mitigation_method = V2_MITIGATION_NONE; in v2_detect_method()
243 case V2_MITIGATION_NONE: in mitigation_v2_apply_cpu()
325 case V2_MITIGATION_NONE: in mitigation_v2_change()
997 (v2_mitigation_method != V2_MITIGATION_NONE); in cpu_speculation_init()
1000 if (v2_mitigation_method != V2_MITIGATION_NONE) { in cpu_speculation_init()