Searched refs:db_trap (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_extern.h58 /* db_trap.c */
60 void db_trap(int, int);
H A Ddb_trap.c1 /* $NetBSD: db_trap.c,v 1.26 2019/03/12 07:44:58 skrll Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: db_trap.c,v 1.26 2019/03/12 07:44:58 skrll Exp $");
60 db_trap(int type, int code) function
/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_interface.c114 db_trap(type, 0); /* where the work happens */
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_interface.c115 db_trap(type, code);
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_interface.c132 db_trap(type, 0 /*code*/);
/netbsd-current/sys/arch/amd64/amd64/
H A Ddb_interface.c251 db_trap(type, code);
/netbsd-current/sys/arch/arm/arm32/
H A Ddb_interface.c165 db_trap(type, 0/*code*/);
/netbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c262 db_trap(type, code);
/netbsd-current/sys/arch/ia64/ia64/
H A Dtrap.c342 db_trap(type, code);
/netbsd-current/sys/arch/vax/vax/
H A Ddb_machdep.c206 db_trap(tf->tf_trap, tf->tf_code);
/netbsd-current/sys/arch/sparc/sparc/
H A Ddb_interface.c275 db_trap(type, 0/*code*/);
/netbsd-current/sys/arch/alpha/alpha/
H A Ddb_interface.c231 db_trap(entry, a0); /* Where the work happens */
/netbsd-current/sys/arch/sh3/sh3/
H A Ddb_interface.c175 db_trap(type, code);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Ddb_interface.c328 db_trap(type, 0/*code*/);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddb_machdep.c1186 * to get db_onproc first will execute db_trap.
1220 db_trap(type, 0/*code*/);
1238 * If db_trap() returns further from here,
1251 * db_trap() advance the $PC to the next instruction of
1252 * BRK. If db_trap() will be called twice by
1256 * to db_trap() will not change the PC.
1264 /* waking up the CPU waiting for its turn to db_trap */
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_interface.c252 db_trap(type, 0);
/netbsd-current/sys/arch/mips/mips/
H A Ddb_interface.c152 db_trap(type & ~T_USER, 0 /*code*/);

Completed in 5810 milliseconds