Searched refs:SCTLR_EL2_RES1 (Results 1 – 3 of 3) sorted by relevance
63 ldr x1, =SCTLR_EL2_RES1
616 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()
600 #define SCTLR_EL2_RES1 ((U(1) << 29) | (U(1) << 28) | (U(1) << 23) | \ macro