Lines Matching defs:raw_cpu_base
74 void __iomem *raw_cpu_base;
1190 gic->raw_cpu_base + offset;
1200 gic->cpu_base.common_base = gic->raw_cpu_base;
1277 if (gic->raw_cpu_base)
1278 iounmap(gic->raw_cpu_base);
1401 gic->raw_cpu_base = of_iomap(node, 1);
1402 if (WARN(!gic->raw_cpu_base, "unable to map gic cpu registers\n"))
1491 if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->raw_cpu_base))
1652 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE);
1653 if (!gic->raw_cpu_base) {