Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0_nbx/board/
H A Dramoopsies.c90 write_scr_el3(read_scr_el3() | SCR_EA_BIT); in clear_serror()
/rk3399_ARM-atf/common/
H A Druntime_svc.c259 && ((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.h789 #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.c354 scr_el3 |= SCR_EA_BIT; in setup_ns_context()