Searched refs:SGI_base (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/virt/kvm/arm/ |
H A D | vgic-v3-emul.c | 654 #define SGI_base(x) ((x) + SZ_64K) macro 688 .base = SGI_base(GICR_IGROUPR0), 694 .base = SGI_base(GICR_ISENABLER0), 700 .base = SGI_base(GICR_ICENABLER0), 706 .base = SGI_base(GICR_ISPENDR0), 712 .base = SGI_base(GICR_ICPENDR0), 718 .base = SGI_base(GICR_ISACTIVER0), 724 .base = SGI_base(GICR_ICACTIVER0), 730 .base = SGI_base(GICR_IPRIORITYR0), 736 .base = SGI_base(GICR_ICFGR0), 742 .base = SGI_base(GICR_IGRPMODR0), 748 .base = SGI_base(GICR_NSACR),
|
/linux-4.4.14/include/linux/irqchip/ |
H A D | arm-gic-v3.h | 147 * Re-Distributor registers, offsets from SGI_base
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-gic-v3.c | 75 if (gic_irq_in_rdist(d)) /* SGI+PPI -> SGI_base for this CPU */ gic_dist_base() 456 ptr += SZ_64K * 2; /* Skip RD_base + SGI_base */ gic_populate_rdist()
|
Completed in 106 milliseconds