Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsmp.c125 static struct irq_domain *psurge_host; variable
192 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
194 if (psurge_host) in psurge_secondary_ipi_init()
195 psurge_secondary_virq = irq_create_direct_mapping(psurge_host); in psurge_secondary_ipi_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A 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()

Completed in 3 milliseconds