Home
last modified time | relevance | path

Searched refs:SCR_RW_BIT (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/bl1/aarch64/
Dbl1_arch_setup.c18 write_scr_el3(read_scr_el3() | SCR_RW_BIT); in bl1_arch_setup()
/trusted-firmware-a-latest/lib/el3_runtime/aarch64/
Dcontext_mgmt.c373 scr_el3 |= SCR_RW_BIT; in setup_context_common()
824 if ((scr_el3 & SCR_RW_BIT) != 0U) { in init_nonsecure_el2_unused()
/trusted-firmware-a-latest/lib/psci/
Dpsci_common.c853 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
/trusted-firmware-a-latest/include/arch/aarch64/
Darch.h583 #define SCR_RW_BIT (UL(1) << 10) macro