Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_FP_ASIMD (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c184 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
195 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h31 #define ESR_ELx_EC_FP_ASIMD (0x07) macro
/linux/arch/arm64/kernel/
H A Dentry-common.c751 case ESR_ELx_EC_FP_ASIMD: in el0t_64_sync_handler()
901 case ESR_ELx_EC_FP_ASIMD: in el0t_32_sync_handler()
/linux/tools/arch/arm64/include/asm/
H A Desr.h19 #define ESR_ELx_EC_FP_ASIMD UL(0x07) macro
/linux/arch/arm64/kvm/
H A Dhandle_exit.c402 [ESR_ELx_EC_FP_ASIMD] = kvm_handle_fpasimd,
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c526 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h563 case ESR_ELx_EC_FP_ASIMD: in kvm_hyp_handle_fpsimd()