Searched refs:ESR_ELx_EC_FP_ASIMD (Results 1 – 5 of 5) sorted by relevance
381 case ESR_ELx_EC_FP_ASIMD: in el0_sync_handler()448 case ESR_ELx_EC_FP_ASIMD: in el0_sync_compat_handler()
716 [ESR_ELx_EC_FP_ASIMD] = "ASIMD",
245 if (esr_ec != ESR_ELx_EC_FP_ASIMD && in __hyp_handle_fpsimd()250 if (!sve_guest && esr_ec != ESR_ELx_EC_FP_ASIMD) in __hyp_handle_fpsimd()
196 [ESR_ELx_EC_FP_ASIMD] = handle_no_fpsimd,
20 #define ESR_ELx_EC_FP_ASIMD (0x07) macro