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