Searched refs:SCR_EA_BIT (Results 1 – 7 of 7) sorted by relevance
90 write_scr_el3(read_scr_el3() | SCR_EA_BIT); in clear_serror()
259 && ((read_ctx_reg(state, CTX_SCR_EL3) & SCR_EA_BIT) != 0UL)) { in handler_sync_exception()
66 tst x30, #SCR_EA_BIT
548 orr x15, x15, #SCR_EA_BIT
789 #define SCR_EA_BIT (UL(1) << 3) macro
241 #define SCR_EA_BIT (UL(1) << 3) macro
354 scr_el3 |= SCR_EA_BIT; in setup_ns_context()