Searched refs:nexus_domain (Results 1 – 1 of 1) sorted by relevance
212 struct irq_domain *nexus_domain; in mbi_allocate_domain() local214 nexus_domain = irq_domain_create_hierarchy(parent, 0, 0, parent->fwnode, in mbi_allocate_domain()216 if (!nexus_domain) in mbi_allocate_domain()219 irq_domain_update_bus_token(nexus_domain, DOMAIN_BUS_NEXUS); in mbi_allocate_domain()220 nexus_domain->flags |= IRQ_DOMAIN_FLAG_MSI_PARENT; in mbi_allocate_domain()221 nexus_domain->msi_parent_ops = &gic_v3_mbi_msi_parent_ops; in mbi_allocate_domain()