Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c172 case T_BUS_ERR_IFETCH+T_USER: /* BERR asserted to CPU */ in gdb_cpu_signal()
H A Dtrap.c775 case T_BUS_ERR_IFETCH + T_USER: /* BERR asserted to cpu */ in trap()
1473 case T_BUS_ERR_IFETCH: in log_bad_page_fault()
1501 trap_type != T_BUS_ERR_IFETCH && in log_bad_page_fault()
/f-stack/freebsd/mips/include/
H A Dtrap.h58 #define T_BUS_ERR_IFETCH 6 /* Bus error on an ifetch */ macro