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