Searched refs:ih_ipl (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/evbmips/include/
H A Dintr.h46 int ih_ipl; member in struct:evbmips_intrhand
/netbsd-6-1-5-RELEASE/sys/arch/algor/include/
H A Dintr.h48 int ih_ipl; member in struct:evbmips_intrhand
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91aicvar.h36 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Dat91aic.c140 levels |= (1U << ih->ih_ipl);
317 ih->ih_ipl = ipl;
390 set_curcpl(ih->ih_ipl);
391 at91_set_intrmask(aic_imask[ih->ih_ipl]);
452 set_curcpl(ih->ih_ipl);
453 at91_set_intrmask(aic_imask[ih->ih_ipl]);
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_intr.h91 int ih_ipl; /* interrupt priority */ member in struct:rmixl_intrhand
H A Drmixl_intr.c760 ih->ih_ipl = ipl;
764 for (int i=ih->ih_ipl; --i >= 0; ) {
837 for (int i=ih->ih_ipl; --i >= 0; ) {
912 KASSERT (ih->ih_ipl == ipl);
942 KASSERT(ipl == ih->ih_ipl);
1008 vec, ih->ih_func, ih->ih_arg, ih->ih_vec, ih->ih_ipl,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ifpga/
H A Difpgavar.h86 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Difpga_intr.c154 levels |= (1U << ih->ih_ipl);
190 irqs |= ifpga_imask[ih->ih_ipl];
264 ih->ih_ipl = ipl;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/iq80310/
H A Diq80310var.h63 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Diq80310_intr.c158 levels |= (1U << ih->ih_ipl);
245 irqs |= iq80310_imask[ih->ih_ipl];
382 ih->ih_ipl = ipl;
/netbsd-6-1-5-RELEASE/sys/arch/arm/ep93xx/
H A Dep93xxvar.h46 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Dep93xx_intr.c129 levels |= (1U << ih->ih_ipl);
192 vic1_irqs |= vic1_imask[ih->ih_ipl];
193 vic2_irqs |= vic2_imask[ih->ih_ipl];
301 ih->ih_ipl = ipl;
356 set_curcpl(ih->ih_ipl);
368 set_curcpl(ih->ih_ipl);
/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixp12x0_intr.c185 levels |= (1U << ih->ih_ipl);
251 irqs |= imask[ih->ih_ipl];
252 pci_irqs |= pci_imask[ih->ih_ipl];
358 ih->ih_ipl = ipl;
375 struct intrq* iq = &intrq[ih->ih_ipl];
415 ci->ci_cpl = ih->ih_ipl;
430 ci->ci_cpl = ih->ih_ipl;
H A Dixp12x0var.h63 int ih_ipl; /* IPL_* */ member in struct:intrhand
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dintr.h84 int ih_ipl; member in struct:intrhand
/netbsd-6-1-5-RELEASE/sys/arch/hp300/include/
H A Dintr.h121 int ih_ipl; member in struct:hp300_intrhand
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dfootbridge_irqhandler.c121 levels |= (1U << ih->ih_ipl);
159 irqs |= footbridge_imask[ih->ih_ipl];
229 ih->ih_ipl = ipl;
316 ci->ci_cpl = ih->ih_ipl;
H A Dfootbridge_intr.h194 int ih_ipl; /* IPL_* */ member in struct:intrhand
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dbecc_icu.c178 levels |= (1U << ih->ih_ipl);
214 irqs |= becc_imask[ih->ih_ipl];
302 ih->ih_ipl = ipl;
377 ci->ci_cpl = ih->ih_ipl;
H A Dbeccvar.h53 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Di80321_icu.c176 levels |= (1U << ih->ih_ipl);
226 irqs |= i80321_imask[ih->ih_ipl];
318 ih->ih_ipl = ipl;
459 ci->ci_cpl = ih->ih_ipl;
H A Di80321var.h53 int ih_ipl; /* IPL_* */ member in struct:intrhand
H A Dixp425_intr.c203 levels |= (1U << ih->ih_ipl);
253 irqs |= ixp425_imask[ih->ih_ipl];
352 ih->ih_ipl = ipl;
434 ci->ci_cpl = ih->ih_ipl;
H A Dixp425var.h102 int ih_ipl; /* IPL_* */ member in struct:intrhand
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Dintr.c198 maxipl = max(maxipl, q->ih_ipl);
206 fakehand.ih_ipl = ipl;
216 ih->ih_ipl = ipl;
268 maxipl = max(maxipl, tmp_ih->ih_ipl);
367 newmask[ih->ih_ipl] |= PIC_VIRQ_TO_MASK(irq);
451 if (ih->ih_ipl == IPL_VM) {

Completed in 166 milliseconds

12