Home
last modified time | relevance | path

Searched refs:SCR_EA_BIT (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/common/
H A Druntime_svc.c266 && ((read_ctx_reg(state, CTX_SCR_EL3) & SCR_EA_BIT) != 0UL)) { in handler_sync_exception()
/rk3399_ARM-atf/bl31/aarch64/
H A Druntime_exceptions.S66 tst x30, #SCR_EA_BIT
/rk3399_ARM-atf/include/arch/aarch64/
H A Del3_common_macros.S548 orr x15, x15, #SCR_EA_BIT
H A Darch.h773 #define SCR_EA_BIT (UL(1) << 3) macro
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch.h241 #define SCR_EA_BIT (UL(1) << 3) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c274 scr_el3 |= SCR_EA_BIT; in setup_ns_context()