Searched refs:SCR_EA_BIT (Results 1 – 4 of 4) sorted by relevance
211 scr_el3 |= SCR_EA_BIT; in setup_ns_context()297 scr_el3 &= ~(SCR_NS_BIT | SCR_RW_BIT | SCR_EA_BIT | SCR_FIQ_BIT | SCR_IRQ_BIT | in setup_context_common()
82 mov_imm x0, ((SCR_RESET_VAL | SCR_EA_BIT | SCR_SIF_BIT) \
527 #define SCR_EA_BIT (UL(1) << 3) macro
226 #define SCR_EA_BIT (UL(1) << 3) macro
Completed in 13 milliseconds