Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c130 el2_sysregs_t *el2_ctx = get_el2_sysregs_ctx(ctx); in setup_el2_context() local
138 write_el2_ctx_common(el2_ctx, icc_sre_el2, icc_sre_el2_val); in setup_el2_context()
144 write_el2_ctx_common(el2_ctx, actlr_el2, read_actlr_el2()); in setup_el2_context()
146 write_el2_ctx_common(el2_ctx, sctlr_el2, SCTLR_EL2_RES1); in setup_el2_context()
165 write_el2_ctx_fgt(el2_ctx, hfgitr_el2, HFGITR_EL2_INIT_VAL); in setup_el2_context()
166 write_el2_ctx_fgt(el2_ctx, hfgrtr_el2, HFGRTR_EL2_INIT_VAL); in setup_el2_context()
167 write_el2_ctx_fgt(el2_ctx, hfgwtr_el2, HFGWTR_EL2_INIT_VAL); in setup_el2_context()
246 el2_sysregs_t *el2_ctx; in setup_realm_context() local
250 el2_ctx = get_el2_sysregs_ctx(ctx); in setup_realm_context()
254 write_el2_ctx_common(el2_ctx, spsr_el2, SPSR_EL2_REALM); in setup_realm_context()