Searched refs:RESTORE_GICD_REGS (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/drivers/arm/gic/v3/ |
D | gicv3_main.c | 36 #define RESTORE_GICD_REGS(base, ctx, intr_num, reg, REG) \ macro 728 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igroupr, IGROUPR); in gicv3_distif_init_restore() 731 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ipriorityr, IPRIORITYR); in gicv3_distif_init_restore() 734 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, icfgr, ICFGR); in gicv3_distif_init_restore() 737 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igrpmodr, IGRPMODR); in gicv3_distif_init_restore() 740 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, nsacr, NSACR); in gicv3_distif_init_restore() 743 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, irouter, IROUTER); in gicv3_distif_init_restore() 751 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isenabler, ISENABLER); in gicv3_distif_init_restore() 754 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ispendr, ISPENDR); in gicv3_distif_init_restore() 757 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isactiver, ISACTIVER); in gicv3_distif_init_restore()
|