Searched refs:kdb_trap (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dkdb.h68 extern struct trapframe *kdb_frame; /* Frame to kdb_trap(). */
91 int kdb_trap(int, int, struct trapframe *);
/freebsd-12-stable/sys/arm64/arm64/
H A Dtrap.c241 handled = kdb_trap(ESR_ELx_EXCEPTION(esr), 0,
320 kdb_trap(exception, 0, frame);
328 kdb_trap(exception, 0, frame);
/freebsd-12-stable/sys/arm/arm/
H A Dtrap-v6.c259 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf);
610 kdb_trap(fsr, 0, tf);
H A Dundefined.c341 kdb_trap(T_BREAKPOINT, 0, frame);
H A Dtrap-v4.c453 handled = kdb_trap(fsr, 0, tf);
/freebsd-12-stable/sys/riscv/riscv/
H A Dtrap.c293 kdb_trap(exception, 0, frame);
/freebsd-12-stable/sys/mips/mips/
H A Dtrap.c638 kdb_trap(type, 0, trapframe);
818 kdb_trap(type, 0, trapframe);
1100 kdb_trap(type, 0, trapframe);
/freebsd-12-stable/sys/kern/
H A Dsubr_kdb.c466 * kdb_trap(). The 'why' argument will contain a more mechanically usable
647 kdb_trap(int type, int code, struct trapframe *tf) function
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dtrap.c351 error = (kdb_trap(tf->tf_type, 0, tf) == 0);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dtrap.c460 handled = kdb_trap(frame->exc, 0, frame);
941 return (kdb_trap(type, 0, frame));
/freebsd-12-stable/sys/i386/i386/
H A Dtrap.c671 if (kdb_trap(type, dr6, frame))
959 handled = kdb_trap(type, 0, frame);
/freebsd-12-stable/sys/amd64/amd64/
H A Dtrap.c583 if (kdb_trap(type, dr6, frame))
914 handled = kdb_trap(type, 0, frame);
/freebsd-12-stable/sys/x86/x86/
H A Dcpu_machdep.c821 claimed = kdb_trap(type, 0, frame);

Completed in 195 milliseconds