Home
last modified time | relevance | path

Searched refs:psurge_host (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/powerpc/platforms/powermac/
Dsmp.c125 static struct irq_domain *psurge_host; variable
193 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
195 if (psurge_host) in psurge_secondary_ipi_init()
196 psurge_secondary_virq = irq_create_direct_mapping(psurge_host); in psurge_secondary_ipi_init()