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

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c80 struct ioapic_reprogram_data *drep);
1409 struct ioapic_reprogram_data *drep)
1451 bind_cpu, ioapicindex, intin_no, which_irq, drep) != 0) {
1665 struct ioapic_reprogram_data *drep; local
1679 * back to *_intr_exit and drep will be NULL. (There's no way to
1692 drep = NULL;
1695 drep = &apic_reprogram_info[reproirq];
1706 ASSERT(drep != NULL || *setlvlx == psm_intr_exit_fn());
1717 if (drep != NULL) {
1718 if (apic_setup_io_intr(drep, reproir
1408 apic_rebind(apic_irq_t *irq_ptr, int bind_cpu, struct ioapic_reprogram_data *drep) argument
1774 apic_check_stuck_interrupt(apic_irq_t *irq_ptr, int old_bind_cpu, int new_bind_cpu, int ioapic_ix, int intin_no, int which_irq, struct ioapic_reprogram_data *drep) argument
[all...]
H A Dxpv_psm.c1575 struct ioapic_reprogram_data *drep = NULL; local
1580 drep = (struct ioapic_reprogram_data *)p;
1581 ASSERT(drep != NULL);
1582 irqptr = drep->irqp;
1604 rv = apic_rebind(irqptr, cpu, drep);
1609 rv = apic_rebind(irqptr, cpu, drep);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c88 struct ioapic_reprogram_data *drep);
1454 struct ioapic_reprogram_data *drep)
1496 bind_cpu, ioapicindex, intin_no, which_irq, drep) != 0) {
1731 struct ioapic_reprogram_data *drep; local
1745 * back to *_intr_exit and drep will be NULL. (There's no way to
1758 drep = NULL;
1761 drep = &apic_reprogram_info[reproirq];
1772 ASSERT(drep != NULL || *setlvlx == psm_intr_exit_fn());
1783 if (drep != NULL) {
1784 if (apic_setup_io_intr(drep, reproir
1453 apic_rebind(apic_irq_t *irq_ptr, int bind_cpu, struct ioapic_reprogram_data *drep) argument
1840 apic_check_stuck_interrupt(apic_irq_t *irq_ptr, int old_bind_cpu, int new_bind_cpu, int ioapic_ix, int intin_no, int which_irq, struct ioapic_reprogram_data *drep) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1285 struct ioapic_reprogram_data *drep = NULL; local
1289 drep = (struct ioapic_reprogram_data *)p;
1290 ASSERT(drep != NULL);
1291 irqptr = drep->irqp;
1297 rv = apic_rebind(irqptr, apic_irq_table[irq]->airq_cpu, drep);
1304 drep);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h789 struct ioapic_reprogram_data *drep);

Completed in 59 milliseconds