HomeSort by: relevance | last modified time | path
    Searched defs:pirq (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_2100_a50.c 89 int device, pirq; local in function:ALPHA_PCI_INTR_INIT
92 pirq = 0; /* XXX gcc -Wuninitialized */
109 pirq = 3;
117 pirq = 0;
120 pirq = 2;
123 pirq = 1;
137 pirq = 1;
140 pirq = 0;
143 pirq = 2;
157 pirq = 2
    [all...]
pci_axppci_33.c 89 int device, pirq; local in function:ALPHA_PCI_INTR_INIT
92 pirq = 0; /* XXX gcc -Wuninitialized */
109 pirq = 3;
116 pirq = 0;
119 pirq = 2;
122 pirq = 1;
136 pirq = 1;
139 pirq = 0;
142 pirq = 2;
156 pirq = 2
    [all...]
  /src/sys/arch/xen/include/
evtchn.h 64 int pirq; member in struct:pintrhand
  /src/sys/arch/xen/x86/
xen_intr.c 173 #if (NPCI > 0 || NISA > 0) && defined(XENPV) /* XXX: support PVHVM pirq */
266 int pirq = pih->pirq; local in function:xen_intr_disestablish
268 KASSERT(irq2port[pirq] != 0);
277 * We can safely unbind the pirq now.
280 port = unbind_pirq_from_evtch(pirq);
282 irq2port[pirq] = 0;
  /src/sys/arch/virt68k/virt68k/
intr.c 182 int pirq; local in function:intr_register_pic
187 for (pirq = 0; pirq < NIRQ_PER_PIC; pirq++) {
188 intr_evcnt[base + pirq].ev_group = device_xname(dev);
189 evcnt_attach_static(&intr_evcnt[base + pirq]);
276 int pirq; local in function:intr_dispatch
291 while ((pirq = gfpic_pending(pics[pic])) >= 0) {
292 LIST_FOREACH(ih, &intrhands[base + pirq], ih_link) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
event_channel.h 149 * EVTCHNOP_bind_pirq: Bind a local event channel to a real IRQ (PIRQ <irq>).
156 uint32_t pirq; member in struct:evtchn_bind_pirq
227 uint32_t pirq; /* EVTCHNSTAT_pirq */ member in union:evtchn_status::__anon0e0c2f8b010a
physdev.h 52 * array indexed by Xen's PIRQ value.
60 * Xen's PIRQ value.
166 int pirq; member in struct:physdev_map_pirq
183 int pirq; member in struct:physdev_unmap_pirq
258 * the hypercall returns a free pirq */
264 uint32_t pirq; member in struct:physdev_get_free_pirq
348 * Notify that some PIRQ-bound event channels have been unmasked.
domctl.h 400 uint8_t pirq; member in struct:xen_domctl_irq_permission
646 * VIRQ_DOM_EXC. (In most systems that pirq is owned by xenstored.)

Completed in 18 milliseconds