Home
last modified time | relevance | path

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

/NextBSD/sys/mips/include/
HDtrap.h76 struct trapdebug { /* trap history buffer for debugging */ struct
95 if (++trp == &trapdebug[TRAPSIZE]) \ argument
96 trp = trapdebug; \
101 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
/NextBSD/sys/mips/mips/
HDtrap.c276 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable
794 if (trp == trapdebug) in trap()
795 trapdebug[TRAPSIZE - 1].code = sa.code; in trap()
1128 if (trp == trapdebug) { in trapDump()
1129 trp = &trapdebug[TRAPSIZE - 1]; in trapDump()