Searched refs:xive_irq_domain (Results 1 – 1 of 1) sorted by relevance
63 static struct irq_domain *xive_irq_domain; variable1141 if (!xive_irq_domain) in xive_request_ipi()1145 virq = irq_create_mapping(xive_irq_domain, 0); in xive_request_ipi()1315 xive_irq_domain = irq_domain_add_nomap(NULL, XIVE_MAX_IRQ, in xive_init_host()1317 if (WARN_ON(xive_irq_domain == NULL)) in xive_init_host()1319 irq_set_default_host(xive_irq_domain); in xive_init_host()1424 if (d->domain != xive_irq_domain || hw_irq == 0) in xive_flush_cpu_queue()