Lines Matching defs:imask
78 static imask_t imask[NIPL];
426 printf("%u: %08x -> %08x\n", ipl, imask[ipl], newmask[ipl]);
444 imask[ipl] = newmask[ipl];
530 while ((vpend = (ci->ci_ipending & ~imask[pcpl])) != 0) {
570 if (__predict_false(ci->ci_ipending & ~imask[pcpl]))
605 if ((imask[pcpl] & v_imen) != 0) {
667 if (ci->ci_ipending & ~imask[ncpl])
710 (u_int)imask[IPL_VM] & 0x7fffffff,
711 (u_int)imask[IPL_SCHED] & 0x7fffffff,
712 (u_int)imask[IPL_HIGH] & 0x7fffffff);