Searched refs:ESR_ELx_ISS (Results 1 – 2 of 2) sorted by relevance
14 #define ESR_ELx_ISS(esr) ((esr) & 0x01ffffff) macro
107 uint32_t iss = (uint32_t) ESR_ELx_ISS(esr_el3); in handle_idreg_trap()