Searched refs:trap_kdebug (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/sun2/sun2/ |
H A D | trap.c | 134 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 D | trap.c | 143 void trap_kdebug(int type, struct trapframe tf); 647 trap_kdebug(int type, struct trapframe tf) in trap_kdebug() function
|
H A D | locore.s | 422 jbsr _C_LABEL(trap_kdebug)
|
/netbsd-src/sys/arch/cesfic/cesfic/ |
H A D | trap.c | 88 void trap_kdebug(int, struct trapframe); 635 trap_kdebug(int type, struct trapframe tf) in trap_kdebug() function
|
H A D | locore.s | 582 jbsr _C_LABEL(trap_kdebug)
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | trap.c | 230 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 D | locore.s | 407 jbsr _C_LABEL(trap_kdebug)
|