Lines Matching refs:raw_cpu_base
73 void __iomem *raw_cpu_base; member
1242 gic->raw_cpu_base + offset; in gic_init_bases()
1252 gic->cpu_base.common_base = gic->raw_cpu_base; in gic_init_bases()
1366 gic->raw_cpu_base = cpu_base; in gic_init()
1378 if (gic->raw_cpu_base) in gic_teardown()
1379 iounmap(gic->raw_cpu_base); in gic_teardown()
1503 gic->raw_cpu_base = of_iomap(node, 1); in gic_of_setup()
1504 if (WARN(!gic->raw_cpu_base, "unable to map gic cpu registers\n")) in gic_of_setup()
1594 if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->raw_cpu_base)) in gic_of_init()
1755 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE); in gic_v2_acpi_init()
1756 if (!gic->raw_cpu_base) { in gic_v2_acpi_init()