Searched refs:SCR_RW_BIT (Results 1 – 4 of 4) sorted by relevance
18 write_scr_el3(read_scr_el3() | SCR_RW_BIT); in bl1_arch_setup()
373 scr_el3 |= SCR_RW_BIT; in setup_context_common()824 if ((scr_el3 & SCR_RW_BIT) != 0U) { in init_nonsecure_el2_unused()
853 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
583 #define SCR_RW_BIT (UL(1) << 10) macro