Searched refs:SCR_RW_BIT (Results 1 – 5 of 5) sorted by relevance
18 write_scr_el3(read_scr_el3() | SCR_RW_BIT); in bl1_arch_setup()
229 SCR_RW_BIT | \
450 scr_el3 |= SCR_RW_BIT; in setup_context_common()1042 if ((scr_el3 & SCR_RW_BIT) != 0U) { in init_nonsecure_el2_unused()
893 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
755 #define SCR_RW_BIT (UL(1) << 10) macro