Searched refs:xive_irq_domain (Results 1 – 1 of 1) sorted by relevance
61 static struct irq_domain *xive_irq_domain; variable1114 if (!xive_irq_domain) in xive_request_ipi()1118 virq = irq_create_mapping(xive_irq_domain, 0); in xive_request_ipi()1288 xive_irq_domain = irq_domain_add_nomap(NULL, XIVE_MAX_IRQ, in xive_init_host()1290 if (WARN_ON(xive_irq_domain == NULL)) in xive_init_host()1292 irq_set_default_host(xive_irq_domain); in xive_init_host()1396 if (d->domain != xive_irq_domain || hw_irq == 0) in xive_flush_cpu_queue()