HomeSort by: relevance | last modified time | path
    Searched defs:TRAPTYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
def.gen.h 71 #define TRAPTYPE 037
  /src/sys/arch/mips/mips/
trap.c 158 #define TRAPTYPE(x) (((x) & MIPS3_CR_EXC_CODE) >> MIPS_CR_EXC_CODE_SHIFT)
160 #define TRAPTYPE(x) (((x) & MIPS1_CR_EXC_CODE) >> MIPS_CR_EXC_CODE_SHIFT)
192 type = TRAPTYPE(cause);
238 cpu_number(), trap_names[TRAPTYPE(cause)],
427 trap_names[TRAPTYPE(cause)],
434 pfi->pfi_faulttype = TRAPTYPE(cause);
442 pfi->pfi_faulttype = TRAPTYPE(cause);
583 trap_names[TRAPTYPE(cause)]);

Completed in 40 milliseconds