Home
last modified time | relevance | path

Searched refs:get_el1_sysregs_ctx (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ras/
H A Dnrd_ras_cpu.c65 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/include/lib/el3_runtime/aarch64/
H A Dcontext.h345 #define get_el1_sysregs_ctx(h) (&((cpu_context_t *) h)->el1_sysregs_ctx) macro
421 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), sctlr_el1, val); in write_ctx_sctlr_el1_reg_errata()
431 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), tcr_el1, val); in write_ctx_tcr_el1_reg_errata()
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/services/std_svc/spm/spm_mm/
H A Dspm_mm_setup.c229 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), mair_el1, in spm_sp_setup()
233 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), ttbr0_el1, in spm_sp_setup()
282 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), vbar_el1, in spm_sp_setup()
285 write_el1_ctx_arch_timer(get_el1_sysregs_ctx(ctx), cntkctl_el1, in spm_sp_setup()
295 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), cpacr_el1, in spm_sp_setup()
/rk3399_ARM-atf/plat/qti/qtiseclib/src/
H A Dqtiseclib_cb_interface.c145 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 Dtegra_fiq_glue.c131 const el1_sysregs_t *el1state_ctx = get_el1_sysregs_ctx(ctx); in tegra_fiq_get_intr_context()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c618 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), mair_el1, in spmc_el0_sp_setup_mmu()
623 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), ttbr0_el1, in spmc_el0_sp_setup_mmu()
682 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), vbar_el1, in spmc_el0_sp_setup_system_registers()
684 write_el1_ctx_arch_timer(get_el1_sysregs_ctx(ctx), cntkctl_el1, in spmc_el0_sp_setup_system_registers()
694 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), cpacr_el1, in spmc_el0_sp_setup_system_registers()
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c166 ctx->fiq_sp_el1 = read_el1_ctx_common(get_el1_sysregs_ctx(handle), sp_el1); in trusty_fiq_handler()
168 write_el1_ctx_common(get_el1_sysregs_ctx(handle), sp_el1, ctx->fiq_handler_sp); in trusty_fiq_handler()
227 write_el1_ctx_common(get_el1_sysregs_ctx(handle), sp_el1, ctx->fiq_sp_el1); in trusty_fiq_exit()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_psci_handlers.c359 actlr_elx = read_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1); in tegra_soc_pwr_domain_on_finish()
362 write_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1, actlr_elx); in tegra_soc_pwr_domain_on_finish()
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c112 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), actlr_el1, actlr_elx); in setup_el1_context()
1966 el1_sysregs_context_save(get_el1_sysregs_ctx(ctx)); in cm_el1_sysregs_context_save()
1984 el1_sysregs_context_restore(get_el1_sysregs_ctx(ctx)); in cm_el1_sysregs_context_restore()