Home
last modified time | relevance | path

Searched refs:SCTLR_EL2_RES1 (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nxp/common/sip_svc/aarch64/
H A Dsipsvc.S63 ldr x1, =SCTLR_EL2_RES1
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c616 write_el2_ctx_common(get_el2_sysregs_ctx(ctx), sctlr_el2, SCTLR_EL2_RES1); in setup_context_common()
1189 sctlr_el2 = SCTLR_EL2_RES1; in cm_prepare_el3_exit()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h600 #define SCTLR_EL2_RES1 ((U(1) << 29) | (U(1) << 28) | (U(1) << 23) | \ macro