Home
last modified time | relevance | path

Searched refs:MIPS_CR_EXC_CODE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h187 #define MIPS_CR_EXC_CODE 0x0000007C /* five bits */ macro
/f-stack/freebsd/mips/mips/
H A Dtrap.c538 type = (trapframe->cause & MIPS_CR_EXC_CODE) >> MIPS_CR_EXC_CODE_SHIFT; in trap()
1143 trap_type[(trp->cause & MIPS_CR_EXC_CODE) >> in trapDump()
H A Dexception.S181 and k1, k1, MIPS_CR_EXC_CODE # Mask out the cause bits.