Searched refs:trapdebug (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/mips/include/
H A Dtrap.h76 struct trapdebug { /* trap history buffer for debugging */ struct
95 if (++trp == &trapdebug[TRAPSIZE]) \
96 trp = trapdebug; \
101 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
/freebsd-11.0-release/sys/mips/mips/
H A Dtrap.c278 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable in typeref:struct:trapdebug
796 if (trp == trapdebug)
797 trapdebug[TRAPSIZE - 1].code = sa.code;
1138 if (trp == trapdebug) {
1139 trp = &trapdebug[TRAPSIZE - 1];

Completed in 52 milliseconds