Lines Matching refs:SPECTRE_MITIGATED
103 case SPECTRE_MITIGATED: in cpu_show_spectre_v2()
150 return SPECTRE_MITIGATED; in spectre_v2_get_cpu_fw_mitigation_state()
278 if (state != SPECTRE_MITIGATED) in spectre_v2_enable_fw_mitigation()
303 return SPECTRE_MITIGATED; in spectre_v2_enable_fw_mitigation()
426 case SPECTRE_MITIGATED: in cpu_show_spec_store_bypass()
457 return SPECTRE_MITIGATED; in spectre_v4_get_cpu_hw_mitigation_state()
473 return SPECTRE_MITIGATED; in spectre_v4_get_cpu_fw_mitigation_state()
529 if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(ARM64_SSBS)) in spectre_v4_enable_hw_mitigation()
547 return SPECTRE_MITIGATED; in spectre_v4_enable_hw_mitigation()
601 if (state != SPECTRE_MITIGATED) in spectre_v4_enable_fw_mitigation()
614 return SPECTRE_MITIGATED; in spectre_v4_enable_fw_mitigation()
753 case SPECTRE_MITIGATED: in ssbd_prctl_get()