Searched refs:kdb_trap (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | trap.c | 241 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0, in data_abort() 320 kdb_trap(exception, 0, frame); in do_el1h_sync() 328 kdb_trap(exception, 0, frame); in do_el1h_sync()
|
| /freebsd-12-stable/sys/sys/ |
| D | kdb.h | 91 int kdb_trap(int, int, struct trapframe *);
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | trap-v6.c | 259 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug() 610 kdb_trap(fsr, 0, tf); in abort_fatal()
|
| D | undefined.c | 348 kdb_trap(T_BREAKPOINT, 0, frame); in undefinedinstruction()
|
| D | trap-v4.c | 453 handled = kdb_trap(fsr, 0, tf); in dab_fatal()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | trap.c | 293 kdb_trap(exception, 0, frame); in do_trap_supervisor()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | trap.c | 460 handled = kdb_trap(frame->exc, 0, frame); in trap_fatal() 941 return (kdb_trap(type, 0, frame)); in db_trap_glue()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | trap.c | 671 if (kdb_trap(type, dr6, frame)) in trap() 959 handled = kdb_trap(type, 0, frame);
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | trap.c | 583 if (kdb_trap(type, dr6, frame)) in trap() 914 handled = kdb_trap(type, 0, frame);
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | trap.c | 638 kdb_trap(type, 0, trapframe); in trap() 818 kdb_trap(type, 0, trapframe); in trap() 1100 kdb_trap(type, 0, trapframe); in trap()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | trap.c | 351 error = (kdb_trap(tf->tf_type, 0, tf) == 0); in trap()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_kdb.c | 647 kdb_trap(int type, int code, struct trapframe *tf) in kdb_trap() function
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | cpu_machdep.c | 825 claimed = kdb_trap(type, 0, frame); in nmi_call_kdb()
|