Searched refs:ESR_ELx_EC_DABT_CUR (Results 1 – 4 of 4) sorted by relevance
47 #define ESR_ELx_EC_DABT_CUR (0x25) macro330 return ec == ESR_ELx_EC_DABT_LOW || ec == ESR_ELx_EC_DABT_CUR; in esr_is_data_abort()
238 if (ec != ESR_ELx_EC_DABT_CUR && ec != ESR_ELx_EC_IABT_CUR) in is_el1_permission_fault()258 if (ESR_ELx_EC(esr) != ESR_ELx_EC_DABT_CUR || in is_spurious_el1_translation_fault()
200 case ESR_ELx_EC_DABT_CUR: in el1_sync_handler()
732 [ESR_ELx_EC_DABT_CUR] = "DABT (current EL)",