Searched refs:write_el2_ctx_common (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | 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() 254 write_el2_ctx_common(el2_ctx, spsr_el2, SPSR_EL2_REALM); in setup_realm_context() 1429 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in cm_el2_sysregs_context_save_gic() 1434 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in cm_el2_sysregs_context_save_gic() 1439 write_el2_ctx_common(ctx, ich_hcr_el2, read_ich_hcr_el2()); in cm_el2_sysregs_context_save_gic() 1450 write_el2_ctx_common(ctx, ich_vmcr_el2, read_ich_vmcr_el2()); in cm_el2_sysregs_context_save_gic() 1502 write_el2_ctx_common(ctx, actlr_el2, read_actlr_el2()); in el2_sysregs_context_save_common() 1503 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 D | pmuv3.c | 45 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 D | context_el2.h | 233 #define write_el2_ctx_common(ctx, reg, val) ((((ctx)->common).reg) \ macro
|