Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dtrap.h78 struct trapdebug { /* trap history buffer for debugging */ struct
97 if (++trp == &trapdebug[TRAPSIZE]) \ argument
98 trp = trapdebug; \
103 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
/f-stack/freebsd/mips/mips/
H A Dtrap.c280 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable
790 if (trp == trapdebug) in trap()
791 trapdebug[TRAPSIZE - 1].code = td->td_sa.code; in trap()
1133 if (trp == trapdebug) { in trapDump()
1134 trp = &trapdebug[TRAPSIZE - 1]; in trapDump()