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 | 173 write_el2_ctx_common(el2_ctx, spsr_el2, SPSR_EL2_REALM); in setup_realm_context() 416 write_el2_ctx_common(el2_ctx, icc_sre_el2, icc_sre_el2_val); in setup_context_common() 422 write_el2_ctx_common(el2_ctx, actlr_el2, read_actlr_el2()); in setup_context_common() 616 write_el2_ctx_common(get_el2_sysregs_ctx(ctx), sctlr_el2, SCTLR_EL2_RES1); in setup_context_common() 1375 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in el2_sysregs_context_save_gic() 1380 write_el2_ctx_common(ctx, icc_sre_el2, read_icc_sre_el2()); in el2_sysregs_context_save_gic() 1385 write_el2_ctx_common(ctx, ich_hcr_el2, read_ich_hcr_el2()); in el2_sysregs_context_save_gic() 1396 write_el2_ctx_common(ctx, ich_vmcr_el2, read_ich_vmcr_el2()); in el2_sysregs_context_save_gic() 1446 write_el2_ctx_common(ctx, actlr_el2, read_actlr_el2()); in el2_sysregs_context_save_common() 1447 write_el2_ctx_common(ct 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
|