Searched refs:apic_rebind (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1276 * apic_ioapic_lock must be held across this call, as it protects apic_rebind
1278 * taken offline after a cpu is selected, but before apic_rebind is called to
1297 rv = apic_rebind(irqptr, apic_irq_table[irq]->airq_cpu, drep);
1303 rv = apic_rebind(irqptr, apic_find_cpu(APIC_CPU_INTR_ENABLE),
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1604 rv = apic_rebind(irqptr, cpu, drep);
1609 rv = apic_rebind(irqptr, cpu, drep);
H A Dmp_platform_xpv.c1408 apic_rebind(apic_irq_t *irq_ptr, int bind_cpu, function
1516 DDI_INTR_IMPLDBG((CE_CONT, "apic_rebind: call "
1526 DDI_INTR_IMPLDBG((CE_CONT, "apic_rebind: call "
1619 * from apic_rebind(), which requires its caller to disable interrupts.
1916 retval |= apic_rebind(irqptr, bind_cpu, NULL);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h788 extern int apic_rebind(apic_irq_t *irq_ptr, int bind_cpu,
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1453 apic_rebind(apic_irq_t *irq_ptr, int bind_cpu, function
1582 DDI_INTR_IMPLDBG((CE_CONT, "apic_rebind: call "
1592 DDI_INTR_IMPLDBG((CE_CONT, "apic_rebind: call "
1685 * from apic_rebind(), which requires its caller to disable interrupts.
1982 retval |= apic_rebind(irqptr, bind_cpu, NULL);

Completed in 60 milliseconds