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