Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c169 case T_BUS_ERR_LD_ST: /* BERR asserted to CPU */ in gdb_cpu_signal()
173 case T_BUS_ERR_LD_ST+T_USER: /* BERR asserted to CPU */ in gdb_cpu_signal()
H A Dtrap.c776 case T_BUS_ERR_LD_ST + T_USER: /* BERR asserted to cpu */ in trap()
1061 case T_BUS_ERR_LD_ST: /* BERR asserted to cpu */ in trap()
/f-stack/freebsd/mips/include/
H A Dtrap.h59 #define T_BUS_ERR_LD_ST 7 /* Bus error on a load or store */ macro