Home
last modified time | relevance | path

Searched refs:kgdb_handle_exception (Results 1 – 17 of 17) sorted by relevance

/arch/arm64/kernel/
Dkgdb.c236 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn()
244 kgdb_handle_exception(1, SIGTRAP, 0, regs); in NOKPROBE_SYMBOL()
255 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_step_brk_fn()
278 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
/arch/powerpc/kernel/
Dkgdb.c136 return !kgdb_handle_exception(1, computeSignal(TRAP(regs)), in kgdb_debugger()
145 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in kgdb_handle_breakpoint()
159 kgdb_handle_exception(0, SIGTRAP, 0, regs); in kgdb_singlestep()
169 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_iabr_match()
179 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0) in kgdb_break_match()
/arch/arm/kernel/
Dkgdb.c144 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_brk_fn()
152 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_compiled_brk_fn()
177 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
/arch/sh/kernel/cpu/sh3/
Dex.S27 #define kgdb_handle_exception exception_error macro
/arch/microblaze/kernel/
Dkgdb.c84 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in microblaze_kgdb_break()
/arch/h8300/kernel/
Dkgdb.c82 if (kgdb_handle_exception(10, SIGTRAP, 0, regs)) in h8300_kgdb_trap()
/arch/sh/kernel/
Dkgdb.c310 kgdb_handle_exception(0, SIGTRAP, 0, regs); in BUILD_TRAP_HANDLER()
327 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr, in __kgdb_notify()
/arch/nios2/kernel/
Dkgdb.c141 kgdb_handle_exception(30, SIGTRAP, 0, regs); in kgdb_breakpoint_c()
/arch/sparc/kernel/
Dkgdb_32.c150 kgdb_handle_exception(trap_level, SIGTRAP, 0, regs); in kgdb_trap()
Dkgdb_64.c177 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
/arch/arc/kernel/
Dkgdb.c180 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_trap()
/arch/hexagon/kernel/
Dkgdb.c165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
Dtraps.c413 kgdb_handle_exception(pt_cause(regs), SIGTRAP, in do_trap0()
/arch/parisc/kernel/
Dkgdb.c29 if (kgdb_handle_exception(1, args->signr, cmd, regs)) in __kgdb_notify()
Dtraps.c310 kgdb_handle_exception(9, SIGTRAP, 0, regs); in handle_break()
549 kgdb_handle_exception(0, SIGTRAP, 0, regs); in handle_interruption()
/arch/mips/kernel/
Dkgdb.c327 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs)) { in kgdb_mips_notify()
/arch/x86/kernel/
Dkgdb.c548 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify()