Lines Matching full:gicv2m
5 * implement ARM Generic Interrupt Controller: GICv2m.
13 #define pr_fmt(fmt) "GICv2m: " fmt
52 /* APM X-Gene with GICv2m MSI_IIDR register value */
55 /* Broadcom NS2 GICv2m MSI_IIDR register value */
68 struct resource res; /* GICv2m resource */
69 void __iomem *base; /* GICv2m virt address */
104 .name = "GICv2m",
260 .prefix = "GICv2m-",
276 pr_err("Failed to create GICv2m domain\n"); in gicv2m_allocate_domains()
305 pr_err("Failed to map GICv2m resource\n"); in gicv2m_init_one()
333 * APM X-Gene GICv2m implementation has an erratum where in gicv2m_init_one()
336 * different from the standard GICv2m implementation where in gicv2m_init_one()
340 * Broadcom NS2 GICv2m implementation has an erratum where the MSI data in gicv2m_init_one()
496 pr_err("Unable to allocate GICv2m domain token\n"); in acpi_parse_madt_msi()