Searched refs:MIPS_INT_MASK (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/mips/mips/
H A Dmips_pic.c258 intr = (cause & MIPS_INT_MASK) >> 8;
264 intr &= (status & MIPS_INT_MASK) >> 8;
H A Dintr_machdep.c231 intr = (cause & MIPS_INT_MASK) >> 8;
237 intr &= (status & MIPS_INT_MASK) >> 8;
H A Dmachdep.c540 KASSERT((mips_rd_status() & MIPS_INT_MASK) != 0,
/freebsd-11-stable/sys/mips/include/
H A Dcpuregs.h334 #define MIPS_INT_MASK 0xff00 macro

Completed in 179 milliseconds