Searched refs:read_el2_ctx_common (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ras/ |
| H A D | nrd_ras_cpu.c | 96 cpu_info->ErrCtxEl2Reg[0] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 98 cpu_info->ErrCtxEl2Reg[1] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 100 cpu_info->ErrCtxEl2Reg[2] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 102 cpu_info->ErrCtxEl2Reg[3] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 104 cpu_info->ErrCtxEl2Reg[4] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 106 cpu_info->ErrCtxEl2Reg[5] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 108 cpu_info->ErrCtxEl2Reg[6] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 110 cpu_info->ErrCtxEl2Reg[7] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 112 cpu_info->ErrCtxEl2Reg[8] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() 114 cpu_info->ErrCtxEl2Reg[9] = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), in populate_cpu_err_data() [all …]
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | 1409 write_icc_sre_el2(read_el2_ctx_common(ctx, icc_sre_el2)); in el2_sysregs_context_restore_gic() 1414 write_icc_sre_el2(read_el2_ctx_common(ctx, icc_sre_el2)); in el2_sysregs_context_restore_gic() 1419 write_ich_hcr_el2(read_el2_ctx_common(ctx, ich_hcr_el2)); in el2_sysregs_context_restore_gic() 1430 write_ich_vmcr_el2(read_el2_ctx_common(ctx, ich_vmcr_el2)); in el2_sysregs_context_restore_gic() 1481 write_actlr_el2(read_el2_ctx_common(ctx, actlr_el2)); in el2_sysregs_context_restore_common() 1482 write_afsr0_el2(read_el2_ctx_common(ctx, afsr0_el2)); in el2_sysregs_context_restore_common() 1483 write_afsr1_el2(read_el2_ctx_common(ctx, afsr1_el2)); in el2_sysregs_context_restore_common() 1484 write_amair_el2(read_el2_ctx_common(ctx, amair_el2)); in el2_sysregs_context_restore_common() 1485 write_cnthctl_el2(read_el2_ctx_common(ctx, cnthctl_el2)); in el2_sysregs_context_restore_common() 1486 write_cntvoff_el2(read_el2_ctx_common(ctx, cntvoff_el2)); in el2_sysregs_context_restore_common() [all …]
|
| /rk3399_ARM-atf/lib/extensions/pmuv3/aarch64/ |
| H A D | pmuv3.c | 43 mdcr_el2_val = read_el2_ctx_common(get_el2_sysregs_ctx(ctx), mdcr_el2); in pmuv3_enable()
|
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | context_el2.h | 231 #define read_el2_ctx_common(ctx, reg) (((ctx)->common).reg) macro
|