HomeSort by: relevance | last modified time | path
    Searched refs:T_BUS_ERR_IFETCH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/include/
trap.h 54 #define T_BUS_ERR_IFETCH 6 /* Bus error on an ifetch */
  /src/sys/arch/mips/mips/
kgdb_machdep.c 150 case T_BUS_ERR_IFETCH+T_USER: /* BERR asserted to CPU */
trap.c 266 if (type == T_BUS_ERR_IFETCH || type == T_BUS_ERR_LD_ST)
537 case T_BUS_ERR_IFETCH+T_USER: /* BERR asserted to CPU */
546 if (type == T_BUS_ERR_IFETCH+T_USER

Completed in 12 milliseconds