Lines Matching full:gicv2m
5 * implement ARM Generic Interrupt Controller: GICv2m.
13 #define pr_fmt(fmt) "GICv2m: " fmt
49 /* APM X-Gene with GICv2m MSI_IIDR register value */
52 /* Broadcom NS2 GICv2m MSI_IIDR register value */
65 struct resource res; /* GICv2m resource */
66 void __iomem *base; /* GICv2m virt address */
127 .name = "GICv2m",
293 pr_err("Failed to create GICv2m domain\n"); in gicv2m_allocate_domains()
339 pr_err("Failed to map GICv2m resource\n"); in gicv2m_init_one()
367 * APM X-Gene GICv2m implementation has an erratum where in gicv2m_init_one()
370 * different from the standard GICv2m implementation where in gicv2m_init_one()
374 * Broadom NS2 GICv2m implementation has an erratum where the MSI data in gicv2m_init_one()
531 pr_err("Unable to allocate GICv2m domain token\n"); in acpi_parse_madt_msi()