Searched refs:read_el1_ctx_common (Results 1 – 9 of 9) 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/plat/arm/board/automotive_rd/platform/common/ |
| H A D | cper.c | 186 type5SysRegValues->SPSR_EL1 = read_el1_ctx_common(el1, spsr_el1); in fill_ns_context_blocks() 187 type5SysRegValues->ELR_EL1 = read_el1_ctx_common(el1, elr_el1); in fill_ns_context_blocks() 188 type5SysRegValues->ESR_EL1 = read_el1_ctx_common(el1, esr_el1); in fill_ns_context_blocks() 189 type5SysRegValues->FAR_EL1 = read_el1_ctx_common(el1, far_el1); in fill_ns_context_blocks() 192 type5SysRegValues->MAIR_EL1 = read_el1_ctx_common(el1, mair_el1); in fill_ns_context_blocks() 199 type5SysRegValues->SP_EL1 = read_el1_ctx_common(el1, sp_el1); in fill_ns_context_blocks() 200 type5SysRegValues->SPSR_EL1 = read_el1_ctx_common(el1, spsr_el1); in fill_ns_context_blocks() 203 type5SysRegValues->TPIDR_EL0 = read_el1_ctx_common(el1, tpidr_el0); in fill_ns_context_blocks() 204 type5SysRegValues->TPIDR_EL1 = read_el1_ctx_common(el1, tpidr_el1); in fill_ns_context_blocks() 205 type5SysRegValues->TPIDRRO_EL0 = read_el1_ctx_common(el1, tpidrro_el0); in fill_ns_context_blocks() [all …]
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | 1897 write_spsr_el1(read_el1_ctx_common(ctx, spsr_el1)); in el1_sysregs_context_restore() 1898 write_elr_el1(read_el1_ctx_common(ctx, elr_el1)); in el1_sysregs_context_restore() 1901 write_sctlr_el1(read_el1_ctx_common(ctx, sctlr_el1)); in el1_sysregs_context_restore() 1902 write_tcr_el1(read_el1_ctx_common(ctx, tcr_el1)); in el1_sysregs_context_restore() 1905 write_cpacr_el1(read_el1_ctx_common(ctx, cpacr_el1)); in el1_sysregs_context_restore() 1906 write_csselr_el1(read_el1_ctx_common(ctx, csselr_el1)); in el1_sysregs_context_restore() 1907 write_sp_el1(read_el1_ctx_common(ctx, sp_el1)); in el1_sysregs_context_restore() 1908 write_esr_el1(read_el1_ctx_common(ctx, esr_el1)); in el1_sysregs_context_restore() 1909 write_ttbr0_el1(read_el1_ctx_common(ctx, ttbr0_el1)); in el1_sysregs_context_restore() 1910 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 | 464 return read_el1_ctx_common(get_el1_sysregs_ctx(ctx), sctlr_el1); in read_ctx_sctlr_el1_reg_errata() 474 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()
|