Searched refs:raw_cpu_base (Results 1 – 1 of 1) sorted by relevance
75 void __iomem *raw_cpu_base; member1193 gic->raw_cpu_base + offset; in gic_init_bases()1203 gic->cpu_base.common_base = gic->raw_cpu_base; in gic_init_bases()1280 if (gic->raw_cpu_base) in gic_teardown()1281 iounmap(gic->raw_cpu_base); in gic_teardown()1404 gic->raw_cpu_base = of_iomap(node, 1); in gic_of_setup()1405 if (WARN(!gic->raw_cpu_base, "unable to map gic cpu registers\n")) in gic_of_setup()1494 if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->raw_cpu_base)) in gic_of_init()1655 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE); in gic_v2_acpi_init()1656 if (!gic->raw_cpu_base) { in gic_v2_acpi_init()