Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Daarch32.c62 case ESR_ELx_EC_FP_ASIMD: in kvm_condition_valid32()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c190 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
201 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h31 #define ESR_ELx_EC_FP_ASIMD (0x07) macro
/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c168 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c279 [ESR_ELx_EC_FP_ASIMD] = handle_no_fpsimd,
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c704 case ESR_ELx_EC_FP_ASIMD: in el0t_64_sync_handler()
836 case ESR_ELx_EC_FP_ASIMD: in el0t_32_sync_handler()
H A Dtraps.c860 [ESR_ELx_EC_FP_ASIMD] = "ASIMD",
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h20 #define ESR_ELx_EC_FP_ASIMD (0x07) macro
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h296 case ESR_ELx_EC_FP_ASIMD: in kvm_hyp_handle_fpsimd()