Lines Matching refs:SPECTRE_MITIGATED

110 	case SPECTRE_MITIGATED:  in get_bhb_affected_string()
142 case SPECTRE_MITIGATED: in cpu_show_spectre_v2()
143 if (bhb_state == SPECTRE_MITIGATED && _unprivileged_ebpf_enabled()) in cpu_show_spectre_v2()
192 return SPECTRE_MITIGATED; in spectre_v2_get_cpu_fw_mitigation_state()
277 if (state != SPECTRE_MITIGATED) in spectre_v2_enable_fw_mitigation()
302 return SPECTRE_MITIGATED; in spectre_v2_enable_fw_mitigation()
452 case SPECTRE_MITIGATED: in cpu_show_spec_store_bypass()
483 return SPECTRE_MITIGATED; in spectre_v4_get_cpu_hw_mitigation_state()
499 return SPECTRE_MITIGATED; in spectre_v4_get_cpu_fw_mitigation_state()
550 if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(ARM64_SSBS)) in spectre_v4_enable_hw_mitigation()
573 return SPECTRE_MITIGATED; in spectre_v4_enable_hw_mitigation()
627 if (state != SPECTRE_MITIGATED) in spectre_v4_enable_fw_mitigation()
640 return SPECTRE_MITIGATED; in spectre_v4_enable_fw_mitigation()
779 case SPECTRE_MITIGATED: in ssbd_prctl_get()
909 return SPECTRE_MITIGATED; in spectre_bhb_get_cpu_fw_mitigation_state()
936 if (cpu_in_list || (has_smccc && fw_state == SPECTRE_MITIGATED)) { in is_spectre_bhb_fw_affected()
1018 state = SPECTRE_MITIGATED; in spectre_bhb_enable_mitigation()
1029 state = SPECTRE_MITIGATED; in spectre_bhb_enable_mitigation()
1042 state = SPECTRE_MITIGATED; in spectre_bhb_enable_mitigation()
1046 if (fw_state == SPECTRE_MITIGATED) { in spectre_bhb_enable_mitigation()
1067 state = SPECTRE_MITIGATED; in spectre_bhb_enable_mitigation()
1162 spectre_bhb_state != SPECTRE_MITIGATED) in unpriv_ebpf_notify()