Searched refs:SCR_NSE (Results 1 – 3 of 3) sorted by relevance
800 if (cur_el == 3 && (env->cp15.scr_el3 & (SCR_NS | SCR_NSE)) == SCR_NSE) { in HELPER()
1687 #define SCR_NSE (1ULL << 62) macro
1927 valid_mask |= SCR_NSE | SCR_GPF; in scr_write()1964 if (changed & (SCR_NS | SCR_NSE)) { in scr_write()3870 if ((env->cp15.scr_el3 & (SCR_NSE | SCR_NS)) == SCR_NSE) { in at_e012_access()12923 } else if (env->cp15.scr_el3 & SCR_NSE) { in arm_security_space_below_el3()