Searched refs:trapdebug (Results 1 – 4 of 4) sorted by relevance
85 struct trapdebug { /* trap history buffer for debugging */ struct100 struct trapdebug *t; \ argument102 t = trapdebug + TRAPSIZE * cpuid + trppos[cpuid]; \117 extern struct trapdebug trapdebug[MAXCPUS * TRAPSIZE];
122 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()
130 int trapdebug = 0; variable 514 if (trapdebug) { in debug_trap()
94 int trapdebug = 0; variable 248 if (trapdebug) { in trap()