Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/bl1/aarch64/
Dbl1_arch_setup.c18 write_scr_el3(read_scr_el3() | SCR_RW_BIT); in bl1_arch_setup()
/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c90 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()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/
Dplat_sip_calls.c19 #define SCR_RW_BITPOS __builtin_ctz(SCR_RW_BIT)
/external/arm-trusted-firmware/lib/psci/
Dpsci_common.c655 if ((ns_scr_el3 & SCR_RW_BIT) != 0U) { in psci_get_ns_ep_info()
/external/arm-trusted-firmware/include/arch/aarch64/
Darch.h421 #define SCR_RW_BIT (UL(1) << 10) macro