Searched refs:SCR_NSE_BIT (Results 1 – 5 of 5) sorted by relevance
176 orr x5, x5, #SCR_NSE_BIT185 bic x5, x5, #SCR_NSE_BIT
235 SCR_NSE_BIT | \
192 flags |= ((scr_el3 & SCR_NSE_BIT) >> SCR_NSE_SHIFT) << 5; in get_flags()
172 scr_el3 |= SCR_NS_BIT | SCR_NSE_BIT; in setup_realm_context()
730 #define SCR_NSE_BIT (ULL(1) << SCR_NSE_SHIFT) macro