Home
last modified time | relevance | path

Searched defs:esr (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/bl31/
H A Dsync_handle.h30 static inline unsigned int get_sysreg_iss_rt(uint64_t esr) in get_sysreg_iss_rt()
35 static inline bool is_sysreg_iss_write(uint64_t esr) in is_sysreg_iss_write()
/rk3399_ARM-atf/bl31/
H A Dbl31_traps.c239 u_register_t esr = 0U; in inject_undef64() local
/rk3399_ARM-atf/include/lib/extensions/
H A Didte3.h14 #define ESR_ELx_ISS(esr) ((esr) & 0x01ffffff) argument