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()
90 scr_el3 &= ~(SCR_NS_BIT | SCR_RW_BIT | SCR_FIQ_BIT | SCR_IRQ_BIT | in cm_setup_context()102 scr_el3 |= SCR_RW_BIT; in cm_setup_context()407 if ((scr_el3 & SCR_RW_BIT) != 0U) in cm_prepare_el3_exit()
19 #define SCR_RW_BITPOS __builtin_ctz(SCR_RW_BIT)
655 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
421 #define SCR_RW_BIT (UL(1) << 10) macro