Searched refs:raw_cpu_base (Results 1 – 1 of 1) sorted by relevance
73 void __iomem *raw_cpu_base; member1200 gic->raw_cpu_base + offset; in gic_init_bases()1210 gic->cpu_base.common_base = gic->raw_cpu_base; in gic_init_bases()1313 gic->raw_cpu_base = cpu_base; in gic_init()1325 if (gic->raw_cpu_base) in gic_teardown()1326 iounmap(gic->raw_cpu_base); in gic_teardown()1450 gic->raw_cpu_base = of_iomap(node, 1); in gic_of_setup()1451 if (WARN(!gic->raw_cpu_base, "unable to map gic cpu registers\n")) in gic_of_setup()1540 if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->raw_cpu_base)) in gic_of_init()1701 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE); in gic_v2_acpi_init()[all …]