Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dspectre.c71 static enum v2_mitigation v2_mitigation_method = V2_MITIGATION_NONE; variable
99 switch (v2_mitigation_method) { in v2_set_name()
133 v2_mitigation_method = in v2_detect_method()
139 v2_mitigation_method = V2_MITIGATION_INTEL_IBRS; in v2_detect_method()
144 v2_mitigation_method = V2_MITIGATION_NONE; in v2_detect_method()
155 v2_mitigation_method = V2_MITIGATION_AMD_DIS_IND; 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()
242 switch (v2_mitigation_method) { in mitigation_v2_apply_cpu()
290 if (v2_mitigation_method == V2_MITIGATION_INTEL_IBRS) { in mitigation_v2_change_cpu()
[all …]