Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dspectre.h91 enum mitigation_state arm64_get_spectre_v4_state(void);
/openbmc/linux/arch/arm64/kvm/
H A Dhypercalls.c296 switch (arm64_get_spectre_v4_state()) { in kvm_smccc_call_handler()
435 switch (arm64_get_spectre_v4_state()) { in get_kernel_wa_level()
H A Darm.c1788 arm64_get_spectre_v4_state() == SPECTRE_VULNERABLE) { in cpu_init_hyp_mode()
/openbmc/linux/arch/arm64/kernel/
H A Dproton-pack.c461 enum mitigation_state arm64_get_spectre_v4_state(void) in arm64_get_spectre_v4_state() function