Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dtrap.c140 int trapdebug = 0/*|TDB_SYSCALL|TDB_STOPSIG|TDB_STOPCPIO|TDB_ADDFLT|TDB_FOLLOW*/; variable
466 if ((trapdebug & TDB_NSAVED && curpcb->pcb_nsaved) || in trap()
467 trapdebug & (TDB_FOLLOW | TDB_TRAP)) { in trap()
479 if ((trapdebug & (TDB_FOLLOW | TDB_TRAP)) || in trap()
480 ((trapdebug & TDB_TL) && gettl())) { in trap()
633 if (trapdebug & TDB_STOPSIG) in trap()
648 if (trapdebug & TDB_STOPSIG) in trap()
760 if (trapdebug & TDB_STOPSIG) { in trap()
903 if (trapdebug & (TDB_FOLLOW | TDB_TRAP)) { in trap()
1050 (trapdebug in data_access_fault()
[all...]
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dtrap.c134 int trapdebug = /* TDB_ALL */ 0; variable
135 #define DBPRINTF(x, y) if (trapdebug & (x)) printf y
/netbsd-src/sys/arch/i386/i386/
H A Dtrap.c163 int trapdebug = 0; variable
309 if (trapdebug) { in trap()