Searched refs:pirq (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/usr.sbin/bhyve/
H A Dpci_irq.c64 static struct pirq { struct
99 struct pirq *pirq; local
102 pirq = &pirqs[pin - 1];
103 pthread_mutex_lock(&pirq->lock);
104 if (pirq->reg != (val & (PIRQ_DIS | PIRQ_IRQ))) {
105 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg))
106 vm_isa_deassert_irq(ctx, pirq->reg & PIRQ_IRQ, -1);
107 pirq
156 struct pirq *pirq; local
177 struct pirq *pirq; local
[all...]
/freebsd-10.2-release/sys/xen/interface/
H A Devent_channel.h145 uint32_t pirq; member in struct:evtchn_bind_pirq
216 uint32_t pirq; /* EVTCHNSTAT_pirq */ member in union:evtchn_status::__anon11931
H A Dphysdev.h163 int pirq; member in struct:physdev_map_pirq
180 int pirq; member in struct:physdev_unmap_pirq
255 * the hypercall returns a free pirq */
261 uint32_t pirq; member in struct:physdev_get_free_pirq
H A Ddomctl.h351 uint8_t pirq; member in struct:xen_domctl_irq_permission
/freebsd-10.2-release/sys/dev/sound/pci/
H A Dsolo.c311 int src, pirq = 0, rirq = 0; local
326 pirq = (src & sc->pch.hwch)? 1 : 0;
330 pirq = 1;
333 if (!pirq && !rirq)
337 DEB(printf("ess_intr: pirq:%d rirq:%d\n",pirq,rirq));
339 if (pirq) {
/freebsd-10.2-release/sys/dev/sound/isa/
H A Dess.c356 int src, pirq, rirq; local
365 pirq = (src & sc->pch.hwch)? 1 : 0;
368 if (pirq) {

Completed in 72 milliseconds