| /arch/arm64/kernel/ |
| A D | kgdb.c | 239 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_handler() 247 kgdb_handle_exception(1, SIGTRAP, 0, regs); in NOKPROBE_SYMBOL() 258 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_single_step_handler() 267 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
|
| /arch/powerpc/kernel/ |
| A D | kgdb.c | 134 return !kgdb_handle_exception(1, computeSignal(TRAP(regs)), in kgdb_debugger() 143 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in kgdb_handle_breakpoint() 157 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_singlestep() 167 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_iabr_match() 177 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_break_match()
|
| /arch/arm/kernel/ |
| A D | kgdb.c | 144 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn() 152 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_compiled_brk_fn() 193 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
|
| /arch/sh/kernel/cpu/sh3/ |
| A D | ex.S | 27 #define kgdb_handle_exception exception_error macro
|
| /arch/microblaze/kernel/ |
| A D | kgdb.c | 84 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in microblaze_kgdb_break()
|
| /arch/sh/kernel/ |
| A D | kgdb.c | 311 kgdb_handle_exception(0, SIGTRAP, 0, regs); in BUILD_TRAP_HANDLER() 328 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr, in __kgdb_notify()
|
| /arch/parisc/kernel/ |
| A D | toc.c | 87 kgdb_handle_exception(9, SIGTRAP, 0, regs); in toc_intr()
|
| A D | kgdb.c | 30 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
|
| A D | traps.c | 313 kgdb_handle_exception(9, SIGTRAP, 0, regs); in handle_break() 543 kgdb_handle_exception(0, SIGTRAP, 0, regs); in handle_interruption()
|
| /arch/nios2/kernel/ |
| A D | kgdb.c | 141 kgdb_handle_exception(30, SIGTRAP, 0, regs); in kgdb_breakpoint_c()
|
| /arch/sparc/kernel/ |
| A D | kgdb_32.c | 150 kgdb_handle_exception(trap_level, SIGTRAP, 0, regs); in kgdb_trap()
|
| A D | kgdb_64.c | 177 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
|
| /arch/arc/kernel/ |
| A D | kgdb.c | 181 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_trap()
|
| /arch/hexagon/kernel/ |
| A D | kgdb.c | 165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
|
| A D | traps.c | 403 kgdb_handle_exception(pt_cause(regs), SIGTRAP, in do_trap0()
|
| /arch/mips/kernel/ |
| A D | kgdb.c | 309 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs)) in kgdb_mips_notify()
|
| /arch/riscv/kernel/ |
| A D | kgdb.c | 338 if (kgdb_handle_exception(type == KGDB_SW_SINGLE_STEP ? 0 : 1, in kgdb_riscv_notify()
|
| /arch/x86/kernel/ |
| A D | kgdb.c | 548 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify()
|
| /arch/loongarch/kernel/ |
| A D | kgdb.c | 255 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in kgdb_loongarch_notify()
|