Home
last modified time | relevance | path

Searched refs:ESR_ELx_ISS (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/lib/extensions/
H A Didte3.h14 #define ESR_ELx_ISS(esr) ((esr) & 0x01ffffff) macro
/rk3399_ARM-atf/lib/extensions/idte/
H A Didte3.c107 uint32_t iss = (uint32_t) ESR_ELx_ISS(esr_el3); in handle_idreg_trap()