Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7-bugs.c13 static int __maybe_unused spectre_v2_get_cpu_fw_mitigation_state(void) in spectre_v2_get_cpu_fw_mitigation_state() function
32 static int __maybe_unused spectre_v2_get_cpu_fw_mitigation_state(void) in spectre_v2_get_cpu_fw_mitigation_state() function
156 state = spectre_v2_get_cpu_fw_mitigation_state(); in cpu_v7_spectre_v2_init()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dproton-pack.c180 static enum mitigation_state spectre_v2_get_cpu_fw_mitigation_state(void) in spectre_v2_get_cpu_fw_mitigation_state() function
208 if (spectre_v2_get_cpu_fw_mitigation_state() == SPECTRE_UNAFFECTED) in has_spectre_v2()
319 state = spectre_v2_get_cpu_fw_mitigation_state(); in spectre_v2_enable_fw_mitigation()