Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/mips64/include/
H A Dtrap.h85 struct trapdebug { /* trap history buffer for debugging */ struct
100 struct trapdebug *t; \ argument
102 t = trapdebug + TRAPSIZE * cpuid + trppos[cpuid]; \
117 extern struct trapdebug trapdebug[MAXCPUS * TRAPSIZE];
/openbsd-src/sys/arch/mips64/mips64/
H A Dtrap.c122 struct trapdebug trapdebug[MAXCPUS * TRAPSIZE]; variable
437 trapdebug[TRAPSIZE * ci->ci_cpuid + (trppos[ci->ci_cpuid] == 0 ? in itsa()
820 struct trapdebug *base, *ptrp; in trapDump()
838 base = trapdebug + ci->ci_cpuid * TRAPSIZE; in trapDump()
/openbsd-src/sys/arch/amd64/amd64/
H A Dtrap.c130 int trapdebug = 0; variable
514 if (trapdebug) { in debug_trap()
/openbsd-src/sys/arch/i386/i386/
H A Dtrap.c94 int trapdebug = 0; variable
248 if (trapdebug) { in trap()