Searched refs:write_el1_ctx_common (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | 112 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), actlr_el1, actlr_elx); in setup_el1_context() 1737 write_el1_ctx_common(ctx, spsr_el1, read_spsr_el1()); in el1_sysregs_context_save() 1738 write_el1_ctx_common(ctx, elr_el1, read_elr_el1()); in el1_sysregs_context_save() 1741 write_el1_ctx_common(ctx, sctlr_el1, read_sctlr_el1()); in el1_sysregs_context_save() 1742 write_el1_ctx_common(ctx, tcr_el1, read_tcr_el1()); in el1_sysregs_context_save() 1745 write_el1_ctx_common(ctx, cpacr_el1, read_cpacr_el1()); in el1_sysregs_context_save() 1746 write_el1_ctx_common(ctx, csselr_el1, read_csselr_el1()); in el1_sysregs_context_save() 1747 write_el1_ctx_common(ctx, sp_el1, read_sp_el1()); in el1_sysregs_context_save() 1748 write_el1_ctx_common(ctx, esr_el1, read_esr_el1()); in el1_sysregs_context_save() 1749 write_el1_ctx_common(ctx, mair_el1, read_mair_el1()); in el1_sysregs_context_save() [all …]
|
| /rk3399_ARM-atf/services/std_svc/spm/spm_mm/ |
| H A D | spm_mm_setup.c | 229 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() 295 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), cpacr_el1, in spm_sp_setup()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_setup.c | 618 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() 694 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), cpacr_el1, in spmc_el0_sp_setup_system_registers()
|
| /rk3399_ARM-atf/include/lib/el3_runtime/aarch64/ |
| H A D | context.h | 455 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), sctlr_el1, val); in write_ctx_sctlr_el1_reg_errata() 465 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), tcr_el1, val); in write_ctx_tcr_el1_reg_errata()
|
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 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 D | plat_psci_handlers.c | 362 write_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1, actlr_elx); in tegra_soc_pwr_domain_on_finish()
|
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | context_el1.h | 193 #define write_el1_ctx_common(ctx, reg, val) ((((ctx)->common).reg) \ macro
|