Home
last modified time | relevance | path

Searched refs:raw_cpu_base (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/irqchip/
Dirq-gic.c73 void __iomem *raw_cpu_base; member
1200 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()
1707 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE); in gic_v2_acpi_init()
[all …]