Home
last modified time | relevance | path

Searched refs:gicv3_rdistif_save (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_gicv3.c155 gicv3_rdistif_save(plat_my_core_pos(), &rdist_ctx); in plat_marvell_gic_irq_save()
200 gicv3_rdistif_save(plat_my_core_pos(), &rdist_ctx); in plat_marvell_gic_irq_pcpu_save()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dgicv3.c154 gicv3_rdistif_save(plat_my_core_pos(), &rdist_ctx); in plat_gic_save()
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dversal_gicv3.c155 gicv3_rdistif_save(plat_my_core_pos(), &rdist_ctx); in plat_versal_gic_save()
/rk3399_ARM-atf/plat/ti/common/
H A Dk3_gicv3.c98 gicv3_rdistif_save(i, &rdist_ctx[i]); in k3_gic_save_context()
/rk3399_ARM-atf/plat/imx/common/
H A Dplat_imx8_gic.c133 gicv3_rdistif_save(i, &ctx->rdist_ctx[i]); in plat_gic_save()
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_base.c188 gicv3_rdistif_save(plat_my_core_pos(), rdist_context); in gic_save()
H A Dgicv3_main.c561 void gicv3_rdistif_save(unsigned int proc_num, in gicv3_rdistif_save() function
/rk3399_ARM-atf/plat/mediatek/drivers/gicv3/
H A Dmt_gic_v3.c115 gicv3_rdistif_save(cpu, &rdist_ctx[cpu]); in mt_gic_rdistif_save()
/rk3399_ARM-atf/plat/renesas/rcar_gen5/
H A Dplat_pm.c96 gicv3_rdistif_save(i, &rdist_ctx[i]); in rcar_pwr_domain_suspend()
/rk3399_ARM-atf/plat/renesas/rcar_gen4/
H A Dplat_pm.c101 gicv3_rdistif_save(i, &rdist_ctx[i]); in rcar_pwr_domain_suspend()
/rk3399_ARM-atf/include/drivers/arm/
H A Dgicv3.h573 void gicv3_rdistif_save(unsigned int proc_num, gicv3_redist_ctx_t * const rdist_ctx);
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c1353 gicv3_rdistif_save(plat_my_core_pos(), &rdist_ctx); in rockchip_soc_sys_pwr_dm_suspend()
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3153 Redistributor context can be saved using the ``gicv3_rdistif_save()`` helper.