Lines Matching defs:ixp425_imask
91 int ixp425_imask[NIPL];
214 ixp425_imask[ipl] = irqs;
217 KASSERT(ixp425_imask[IPL_NONE] == 0);
223 ixp425_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTCLOCK);
224 ixp425_imask[IPL_SOFTBIO] = SI_TO_IRQBIT(SI_SOFTBIO);
225 ixp425_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET);
226 ixp425_imask[IPL_SOFTSERIAL] = SI_TO_IRQBIT(SI_SOFTSERIAL);
228 KASSERT(ixp425_imask[IPL_SOFTCLOCK] == 0);
229 KASSERT(ixp425_imask[IPL_SOFTBIO] == 0);
230 KASSERT(ixp425_imask[IPL_SOFTNET] == 0);
231 KASSERT(ixp425_imask[IPL_SOFTSERIAL] == 0);
239 ixp425_imask[IPL_SCHED] |= ixp425_imask[IPL_VM];
240 ixp425_imask[IPL_HIGH] |= ixp425_imask[IPL_SCHED];
253 irqs |= ixp425_imask[ih->ih_ipl];
392 const uint32_t imask = ixp425_imask[ppl];