Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch64/
H A Del3_common_macros.S89 orr x0, x0, #(SCR_API_BIT | SCR_APK_BIT)
H A Darch.h460 #define SCR_API_BIT (UL(1) << 17) macro
/aosp_15_r20/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c174 scr_el3 |= SCR_API_BIT | SCR_APK_BIT; in cm_setup_context()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c222 scr_el3 |= SCR_API_BIT | SCR_APK_BIT; in setup_ns_context()
411 scr_el3 |= SCR_API_BIT | SCR_APK_BIT; in setup_context_common()
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch64/
Darch.h592 #define SCR_API_BIT (UL(1) << 17) macro