Searched refs:nexus_domain (Results 1 – 1 of 1) sorted by relevance
209 struct irq_domain *nexus_domain; in mbi_allocate_domain() local211 nexus_domain = irq_domain_create_hierarchy(parent, 0, 0, parent->fwnode, in mbi_allocate_domain()213 if (!nexus_domain) in mbi_allocate_domain()216 irq_domain_update_bus_token(nexus_domain, DOMAIN_BUS_NEXUS); in mbi_allocate_domain()217 nexus_domain->flags |= IRQ_DOMAIN_FLAG_MSI_PARENT; in mbi_allocate_domain()218 nexus_domain->msi_parent_ops = &gic_v3_mbi_msi_parent_ops; in mbi_allocate_domain()