Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c174 write_el2_ctx_common(el2_ctx, spsr_el2, SPSR_EL2_REALM); in setup_realm_context()
432 write_el2_ctx_common(el2_ctx, icc_sre_el2, icc_sre_el2_val); in setup_context_common()
438 write_el2_ctx_common(el2_ctx, actlr_el2, read_actlr_el2()); in setup_context_common()
632 write_el2_ctx_common(get_el2_sysregs_ctx(ctx), sctlr_el2, SCTLR_EL2_RES1); in setup_context_common()
1412 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in el2_sysregs_context_save_gic()
1417 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in el2_sysregs_context_save_gic()
1422 write_el2_ctx_common(ctx, ich_hcr_el2, read_ich_hcr_el2()); in el2_sysregs_context_save_gic()
1433 write_el2_ctx_common(ctx, ich_vmcr_el2, read_ich_vmcr_el2()); in el2_sysregs_context_save_gic()
1483 write_el2_ctx_common(ctx, actlr_el2, read_actlr_el2()); in el2_sysregs_context_save_common()
1484 write_el2_ctx_common(ctx, afsr0_el2, read_afsr0_el2()); in el2_sysregs_context_save_common()
[all …]
/rk3399_ARM-atf/lib/extensions/pmuv3/aarch64/
H A Dpmuv3.c45 write_el2_ctx_common(get_el2_sysregs_ctx(ctx), mdcr_el2, mdcr_el2_val); in pmuv3_enable()
/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_el2.h233 #define write_el2_ctx_common(ctx, reg, val) ((((ctx)->common).reg) \ macro