Home
last modified time | relevance | path

Searched refs:SCR_API_BIT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/lib/el3_runtime/aarch64/
Dcontext_mgmt.c231 scr_el3 |= SCR_API_BIT | SCR_APK_BIT; in setup_ns_context()
418 scr_el3 |= SCR_API_BIT | SCR_APK_BIT; in setup_context_common()
/trusted-firmware-a-latest/include/arch/aarch64/
Darch.h577 #define SCR_API_BIT (UL(1) << 17) macro