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()
297 scr_el3 &= ~(SCR_NS_BIT | SCR_RW_BIT | SCR_EA_BIT | SCR_FIQ_BIT | SCR_IRQ_BIT | in setup_context_common()305 scr_el3 |= SCR_RW_BIT; in setup_context_common()615 if ((scr_el3 & SCR_RW_BIT) != 0U) in cm_prepare_el3_exit()
656 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
523 #define SCR_RW_BIT (UL(1) << 10) macro
Completed in 11 milliseconds