Searched refs:read_el1_ctx_common (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ras/ |
| H A D | nrd_ras_cpu.c | 65 cpu_info->ErrCtxEl1Reg[0] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 67 cpu_info->ErrCtxEl1Reg[1] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 69 cpu_info->ErrCtxEl1Reg[2] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 72 cpu_info->ErrCtxEl1Reg[4] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 79 cpu_info->ErrCtxEl1Reg[9] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 81 cpu_info->ErrCtxEl1Reg[10] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 84 cpu_info->ErrCtxEl1Reg[12] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 86 cpu_info->ErrCtxEl1Reg[13] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 88 cpu_info->ErrCtxEl1Reg[14] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() 90 cpu_info->ErrCtxEl1Reg[15] = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), in populate_cpu_err_data() [all …]
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | 1848 write_spsr_el1(read_el1_ctx_common(ctx, spsr_el1)); in el1_sysregs_context_restore() 1849 write_elr_el1(read_el1_ctx_common(ctx, elr_el1)); in el1_sysregs_context_restore() 1852 write_sctlr_el1(read_el1_ctx_common(ctx, sctlr_el1)); in el1_sysregs_context_restore() 1853 write_tcr_el1(read_el1_ctx_common(ctx, tcr_el1)); in el1_sysregs_context_restore() 1856 write_cpacr_el1(read_el1_ctx_common(ctx, cpacr_el1)); in el1_sysregs_context_restore() 1857 write_csselr_el1(read_el1_ctx_common(ctx, csselr_el1)); in el1_sysregs_context_restore() 1858 write_sp_el1(read_el1_ctx_common(ctx, sp_el1)); in el1_sysregs_context_restore() 1859 write_esr_el1(read_el1_ctx_common(ctx, esr_el1)); in el1_sysregs_context_restore() 1860 write_ttbr0_el1(read_el1_ctx_common(ctx, ttbr0_el1)); in el1_sysregs_context_restore() 1861 write_ttbr1_el1(read_el1_ctx_common(ctx, ttbr1_el1)); in el1_sysregs_context_restore() [all …]
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/src/ |
| H A D | qtiseclib_cb_interface.c | 145 read_el1_ctx_common(get_el1_sysregs_ctx(ctx), spsr_el1); in qtiseclib_cb_get_ns_ctx() 147 read_el1_ctx_common(get_el1_sysregs_ctx(ctx), elr_el1); in qtiseclib_cb_get_ns_ctx() 148 qti_ns_ctx->sp_el1 = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), sp_el1); in qtiseclib_cb_get_ns_ctx()
|
| /rk3399_ARM-atf/plat/nvidia/tegra/common/ |
| H A D | tegra_fiq_glue.c | 145 val = read_el1_ctx_common(el1state_ctx, sp_el1); in tegra_fiq_get_intr_context()
|
| /rk3399_ARM-atf/include/lib/el3_runtime/aarch64/ |
| H A D | context.h | 441 return read_el1_ctx_common(get_el1_sysregs_ctx(ctx), sctlr_el1); in read_ctx_sctlr_el1_reg_errata() 451 return read_el1_ctx_common(get_el1_sysregs_ctx(ctx), tcr_el1); in read_ctx_tcr_el1_reg_errata()
|
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/ |
| H A D | plat_psci_handlers.c | 359 actlr_elx = read_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1); in tegra_soc_pwr_domain_on_finish()
|
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | context_el1.h | 191 #define read_el1_ctx_common(ctx, reg) (((ctx)->common).reg) macro
|
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 166 ctx->fiq_sp_el1 = read_el1_ctx_common(get_el1_sysregs_ctx(handle), sp_el1); in trusty_fiq_handler()
|