Searched refs:IMASK (Results 1 – 3 of 3) sorted by relevance
113 printf("biomask %x netmask %x ttymask %x\n", (u_short)IMASK(IPL_BIO), in cpu_configure()114 (u_short)IMASK(IPL_NET), (u_short)IMASK(IPL_TTY)); in cpu_configure()
321 IMASK(IPL_SOFTCLOCK) |= 1 << SIR_CLOCK; in intr_calculatemasks()322 IMASK(IPL_SOFTNET) |= 1 << SIR_NET; in intr_calculatemasks()323 IMASK(IPL_SOFTTTY) |= 1 << SIR_TTY; in intr_calculatemasks()339 irqs |= IMASK(q->ih_level); in intr_calculatemasks()
106 #define IMASK(level) imask[IPL(level)] macro