Home
last modified time | relevance | path

Searched refs:MIPS_INT_MASK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c255 intr = (cause & MIPS_INT_MASK) >> 8; in cpu_intr()
261 intr &= (status & MIPS_INT_MASK) >> 8; in cpu_intr()
H A Dmips_pic.c272 intr = (cause & MIPS_INT_MASK) >> 8; in mips_pic_intr()
278 intr &= (status & MIPS_INT_MASK) >> 8; in mips_pic_intr()
H A Dmachdep.c547 KASSERT((mips_rd_status() & MIPS_INT_MASK) != 0, in cpu_idle()
/f-stack/freebsd/mips/include/
H A Dcpuregs.h255 #define MIPS_INT_MASK 0xff00 macro