Searched refs:kgdb_handle_exception (Results 1 – 16 of 16) sorted by relevance
/linux/arch/sh/kernel/cpu/sh3/ |
H A D | ex.S | 27 #define kgdb_handle_exception exception_error macro
|
/linux/arch/sh/kernel/ |
H 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()
|
/linux/arch/microblaze/kernel/ |
H A D | kgdb.c | 84 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0) in microblaze_kgdb_break()
|
/linux/arch/parisc/kernel/ |
H A D | toc.c | 87 kgdb_handle_exception(9, SIGTRAP, 0, regs); in toc_intr()
|
H 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()
|
/linux/include/linux/ |
H A D | kgdb.h | 28 * kgdb_skipexception - (optional) exit kgdb_handle_exception early 329 kgdb_handle_exception(int ex_vector, int signo, int err_code,
|
/linux/arch/nios2/kernel/ |
H A D | kgdb.c | 141 kgdb_handle_exception(30, SIGTRAP, 0, regs); in kgdb_breakpoint_c()
|
/linux/arch/sparc/kernel/ |
H A D | kgdb_32.c | 150 kgdb_handle_exception(trap_level, SIGTRAP, 0, regs); in kgdb_trap()
|
H A D | kgdb_64.c | 177 kgdb_handle_exception(0x172, SIGTRAP, 0, regs); in kgdb_trap()
|
/linux/arch/arc/kernel/ |
H A D | kgdb.c | 181 kgdb_handle_exception(1, SIGTRAP, 0, regs); in kgdb_trap()
|
/linux/arch/hexagon/kernel/ |
H A D | kgdb.c | 165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
|
/linux/kernel/debug/ |
H A D | debug_core.c | 836 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) in kgdb_handle_exception() function 871 NOKPROBE_SYMBOL(kgdb_handle_exception);
|
/linux/arch/mips/kernel/ |
H A D | kgdb.c | 309 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs)) in kgdb_mips_notify()
|
/linux/arch/riscv/kernel/ |
H A D | kgdb.c | 332 if (kgdb_handle_exception(type == KGDB_SW_SINGLE_STEP ? 0 : 1, in kgdb_riscv_notify()
|
/linux/arch/x86/kernel/ |
H A D | kgdb.c | 548 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify()
|
/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 254 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in kgdb_loongarch_notify()
|