Searched refs:ESR_ELx_EC_FP_ASIMD (Results 1 – 5 of 5) sorted by relevance
222 if (esr_ec != ESR_ELx_EC_FP_ASIMD && in __hyp_handle_fpsimd()228 if (esr_ec != ESR_ELx_EC_FP_ASIMD) in __hyp_handle_fpsimd()
391 case ESR_ELx_EC_FP_ASIMD: in el0_sync_handler()461 case ESR_ELx_EC_FP_ASIMD: in el0_sync_compat_handler()
711 [ESR_ELx_EC_FP_ASIMD] = "ASIMD",
197 [ESR_ELx_EC_FP_ASIMD] = handle_no_fpsimd,
20 #define ESR_ELx_EC_FP_ASIMD (0x07) macro