Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dsmccc_wa.S34 .global __smccc_workaround_3_smc symbol
35 SYM_DATA_START(__smccc_workaround_3_smc)
45 1: .org __smccc_workaround_3_smc + __SMCCC_WORKAROUND_3_SMC_SZ
47 SYM_DATA_END(__smccc_workaround_3_smc)
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dproton-pack.c998 if (start == __smccc_workaround_3_smc) in kvm_bhb_get_vecs_size()
1042 #define __smccc_workaround_3_smc NULL macro
1091 kvm_setup_bhb_slot(__smccc_workaround_3_smc); in spectre_bhb_enable_mitigation()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_asm.h205 extern char __smccc_workaround_3_smc[__SMCCC_WORKAROUND_3_SMC_SZ];
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13878 -extern char __smccc_workaround_3_smc[__SMCCC_WORKAROUND_3_SMC_SZ];
15086 - if (start == __smccc_workaround_3_smc)
15130 -#define __smccc_workaround_3_smc NULL
15179 - kvm_setup_bhb_slot(__smccc_workaround_3_smc);
15376 - .global __smccc_workaround_3_smc
15377 -SYM_DATA_START(__smccc_workaround_3_smc)
15387 -1: .org __smccc_workaround_3_smc + __SMCCC_WORKAROUND_3_SMC_SZ
15389 -SYM_DATA_END(__smccc_workaround_3_smc)