Searched refs:kdb_trap (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | kdb.h | 94 int kdb_trap(int, int, struct trapframe *);
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | trap.c | 330 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0, in data_abort() 419 kdb_trap(exception, 0, frame); in do_el1h_sync() 427 kdb_trap(exception, 0, frame); in do_el1h_sync()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | trap-v6.c | 261 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug() 615 handled = kdb_trap(fsr, 0, tf); in abort_fatal()
|
| H A D | undefined.c | 337 kdb_trap(T_BREAKPOINT, 0, frame); in undefinedinstruction()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 665 if (kdb_trap(type, dr6, frame)) in trap() 949 handled = kdb_trap(type, 0, frame);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 576 if (kdb_trap(type, dr6, frame)) in trap() 908 handled = kdb_trap(type, 0, frame);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | trap.c | 637 kdb_trap(type, 0, trapframe); in trap() 815 kdb_trap(type, 0, trapframe); in trap() 1097 handled = kdb_trap(type, 0, trapframe); in trap()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kdb.c | 682 kdb_trap(int type, int code, struct trapframe *tf) in kdb_trap() function
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 830 claimed = kdb_trap(type, 0, frame); in nmi_call_kdb()
|