Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dproton-pack.c103 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()
[all …]
/Linux-v5.10/arch/arm64/kvm/
Dhypercalls.c30 case SPECTRE_MITIGATED: in kvm_hvc_call_handler()
42 case SPECTRE_MITIGATED: in kvm_hvc_call_handler()
Dpsci.c431 case SPECTRE_MITIGATED: in get_kernel_wa_level()
439 case SPECTRE_MITIGATED: in get_kernel_wa_level()
/Linux-v5.10/arch/arm64/include/asm/
Dspectre.h17 SPECTRE_MITIGATED, enumerator