Lines Matching full:gicr
1898 /* Find the chips based on GICR regions PHYS addr */ in gic_enable_quirk_nvidia_t241()
2343 rdist_regs[i].redist_base = gic_of_iomap(node, 1 + i, "GICR", &res); in gic_of_init()
2414 pr_err("Couldn't map GICR region @%llx\n", redist->base_address); in gic_acpi_parse_madt_redist()
2422 gic_request_region(redist->base_address, redist->length, "GICR"); in gic_acpi_parse_madt_redist()
2445 * Virtual hotplug systems can use the MADT's "always-on" GICR entries. in gic_acpi_parse_madt_gicc()
2460 gic_request_region(gicc->gicr_base_address, size, "GICR"); in gic_acpi_parse_madt_gicc()
2483 /* Collect redistributor base addresses in GICR entries */ in gic_acpi_collect_gicr_base()
2487 pr_info("No valid GICR entries exist\n"); in gic_acpi_collect_gicr_base()
2505 * If GICC is enabled and has valid gicr base address, then it means in gic_acpi_match_gicc()
2506 * GICR base is presented via GICC. The redistributor is only known to in gic_acpi_match_gicc()
2523 * to mix redistributor description, GICR and GICC subtables have to be in gic_acpi_count_gicr_regions()