Home
last modified time | relevance | path

Searched refs:trap_kdebug (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/sun2/sun2/
H A Dtrap.c134 void trap_kdebug(int type, struct trapframe tf);
632 trap_kdebug(int type, struct trapframe tf) in trap_kdebug() function
/netbsd-src/sys/arch/sun3/sun3/
H A Dtrap.c143 void trap_kdebug(int type, struct trapframe tf);
647 trap_kdebug(int type, struct trapframe tf) in trap_kdebug() function
H A Dlocore.s422 jbsr _C_LABEL(trap_kdebug)
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dtrap.c88 void trap_kdebug(int, struct trapframe);
635 trap_kdebug(int type, struct trapframe tf) in trap_kdebug() function
H A Dlocore.s582 jbsr _C_LABEL(trap_kdebug)
/netbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c230 trap_kdebug(int type, int code, struct trapframe *frame) in trap_kdebug() function
307 #define trap_kdebug(t, c, f) (0) macro
472 (void) trap_kdebug(T_IBREAK, 0, tf); in frame_sanity_check()
760 if (trap_kdebug(type, va, frame)) in trap()
/netbsd-src/sys/arch/sun3/sun3x/
H A Dlocore.s407 jbsr _C_LABEL(trap_kdebug)