Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/powerpc/security/
Dspectre_v2.c74 enum spectre_v2_state { enum
85 static enum spectre_v2_state get_sysfs_state(void) in get_sysfs_state()
87 enum spectre_v2_state state = UNKNOWN; in get_sysfs_state()
132 enum spectre_v2_state state; in spectre_v2_test()
/Linux-v5.10/arch/arm64/kernel/
Dproton-pack.c77 static enum mitigation_state spectre_v2_state; variable
100 switch (spectre_v2_state) { in cpu_show_spectre_v2()
177 return spectre_v2_state; in arm64_get_spectre_v2_state()
316 update_mitigation_state(&spectre_v2_state, state); in spectre_v2_enable_mitigation()