Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86xpv/os/
H A Devtchn.c452 return (irq_info[irq].ii_type == IRQT_PIRQ && in ec_is_edge_pirq()
540 irqp->ii_type = IRQT_PIRQ; in ec_setup_pirq()
575 ASSERT((type == IRQT_EVTCHN) || (type == IRQT_PIRQ) || in ec_unbind_irq()
578 if ((type == IRQT_EVTCHN) || (type == IRQT_PIRQ)) { in ec_unbind_irq()
597 if (type == IRQT_PIRQ) in ec_unbind_irq()
598 irqp->ii_type = IRQT_PIRQ; in ec_unbind_irq()
776 return (irqp->ii_type == IRQT_EVTCHN || irqp->ii_type == IRQT_PIRQ); in ec_irq_rebindable()
944 case IRQT_PIRQ: in ec_unmask_irq()
965 case IRQT_PIRQ: in ec_try_unmask_irq()
1079 case IRQT_PIRQ: in ec_suspend()
[all …]
/titanic_41/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h75 #define IRQT_PIRQ 1 /* IRQ from phys hdw device */ macro
/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c163 case IRQT_PIRQ: in irq_type()
397 if (irq_tbl[i].ii_type == IRQT_PIRQ) { in interrupts_dump()
/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c152 case IRQT_PIRQ: in irq_type()
339 if (irq_tbl[i].ii_type == IRQT_PIRQ) { in xen_uppc_interrupt_dump()