Searched refs:gicv2_cpu_base (Results 1 – 2 of 2) sorted by relevance
12 void *cpu_base = gicv2_cpu_base(); in gicv2_enable_defaults()31 return readl(gicv2_cpu_base() + GICC_IAR); in gicv2_read_iar()41 writel(irqstat, gicv2_cpu_base() + GICC_EOIR); in gicv2_write_eoir()
31 #define gicv2_cpu_base() (gicv2_data.cpu_base) macro