Lines Matching refs:rdist_ctx

541 			gicv3_redist_ctx_t * const rdist_ctx)  in gicv3_rdistif_save()  argument
550 assert(rdist_ctx != NULL); in gicv3_rdistif_save()
571 rdist_ctx->gicr_ctlr = gicr_read_ctlr(gicr_base); in gicv3_rdistif_save()
573 rdist_ctx->gicr_propbaser = gicr_read_propbaser(gicr_base); in gicv3_rdistif_save()
574 rdist_ctx->gicr_pendbaser = gicr_read_pendbaser(gicr_base); in gicv3_rdistif_save()
578 SAVE_GICR_REG(gicr_base, rdist_ctx, igroupr, i); in gicv3_rdistif_save()
579 SAVE_GICR_REG(gicr_base, rdist_ctx, isenabler, i); in gicv3_rdistif_save()
580 SAVE_GICR_REG(gicr_base, rdist_ctx, ispendr, i); in gicv3_rdistif_save()
581 SAVE_GICR_REG(gicr_base, rdist_ctx, isactiver, i); in gicv3_rdistif_save()
582 SAVE_GICR_REG(gicr_base, rdist_ctx, igrpmodr, i); in gicv3_rdistif_save()
588 SAVE_GICR_REG(gicr_base, rdist_ctx, icfgr, i); in gicv3_rdistif_save()
591 rdist_ctx->gicr_nsacr = gicr_read_nsacr(gicr_base); in gicv3_rdistif_save()
596 rdist_ctx->gicr_ipriorityr[i] = in gicv3_rdistif_save()
616 const gicv3_redist_ctx_t * const rdist_ctx) in gicv3_rdistif_init_restore() argument
625 assert(rdist_ctx != NULL); in gicv3_rdistif_init_restore()
667 rdist_ctx->gicr_ctlr & ~(GICR_CTLR_EN_LPIS_BIT)); in gicv3_rdistif_init_restore()
670 gicr_write_propbaser(gicr_base, rdist_ctx->gicr_propbaser); in gicv3_rdistif_init_restore()
671 gicr_write_pendbaser(gicr_base, rdist_ctx->gicr_pendbaser); in gicv3_rdistif_init_restore()
675 RESTORE_GICR_REG(gicr_base, rdist_ctx, igroupr, i); in gicv3_rdistif_init_restore()
676 RESTORE_GICR_REG(gicr_base, rdist_ctx, igrpmodr, i); in gicv3_rdistif_init_restore()
683 rdist_ctx->gicr_ipriorityr[i]); in gicv3_rdistif_init_restore()
689 RESTORE_GICR_REG(gicr_base, rdist_ctx, icfgr, i); in gicv3_rdistif_init_restore()
692 gicr_write_nsacr(gicr_base, rdist_ctx->gicr_nsacr); in gicv3_rdistif_init_restore()
698 RESTORE_GICR_REG(gicr_base, rdist_ctx, ispendr, i); in gicv3_rdistif_init_restore()
699 RESTORE_GICR_REG(gicr_base, rdist_ctx, isactiver, i); in gicv3_rdistif_init_restore()
710 RESTORE_GICR_REG(gicr_base, rdist_ctx, isenabler, i); in gicv3_rdistif_init_restore()
719 gicr_write_ctlr(gicr_base, rdist_ctx->gicr_ctlr); in gicv3_rdistif_init_restore()