Searched refs:MIPS_INT_MASK (Results 1 – 4 of 4) sorted by relevance
255 intr = (cause & MIPS_INT_MASK) >> 8; in cpu_intr()261 intr &= (status & MIPS_INT_MASK) >> 8; in cpu_intr()
272 intr = (cause & MIPS_INT_MASK) >> 8; in mips_pic_intr()278 intr &= (status & MIPS_INT_MASK) >> 8; in mips_pic_intr()
547 KASSERT((mips_rd_status() & MIPS_INT_MASK) != 0, in cpu_idle()
255 #define MIPS_INT_MASK 0xff00 macro