Searched refs:kgdb_handle_exception (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/sh/kernel/cpu/sh3/
H A Dex.S27 #define kgdb_handle_exception exception_error define
/linux-master/arch/arm64/kernel/
H A Dkgdb.c239 kgdb_handle_exception(1, SIGTRAP, 0, regs);
247 kgdb_handle_exception(1, SIGTRAP, 0, regs);
258 kgdb_handle_exception(0, SIGTRAP, 0, regs);
281 if (kgdb_handle_exception(1, args->signr, cmd, regs))
/linux-master/arch/arm/kernel/
H A Dkgdb.c144 kgdb_handle_exception(1, SIGTRAP, 0, regs);
152 kgdb_handle_exception(1, SIGTRAP, 0, regs);
193 if (kgdb_handle_exception(1, args->signr, cmd, regs))
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c134 return !kgdb_handle_exception(1, computeSignal(TRAP(regs)),
143 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0)
157 kgdb_handle_exception(0, SIGTRAP, 0, regs);
167 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0)
177 if (kgdb_handle_exception(0, computeSignal(TRAP(regs)), 0, regs) != 0)
/linux-master/arch/microblaze/kernel/
H A Dkgdb.c84 if (kgdb_handle_exception(1, SIGTRAP, 0, regs) != 0)
/linux-master/arch/nios2/kernel/
H A Dkgdb.c141 kgdb_handle_exception(30, SIGTRAP, 0, regs);
/linux-master/arch/parisc/kernel/
H A Dtoc.c87 kgdb_handle_exception(9, SIGTRAP, 0, regs);
H A Dkgdb.c30 if (kgdb_handle_exception(1, args->signr, cmd, regs))
H A Dtraps.c311 kgdb_handle_exception(9, SIGTRAP, 0, regs);
541 kgdb_handle_exception(0, SIGTRAP, 0, regs);
/linux-master/include/linux/
H A Dkgdb.h28 * kgdb_skipexception - (optional) exit kgdb_handle_exception early
331 kgdb_handle_exception(int ex_vector, int signo, int err_code,
/linux-master/arch/arc/kernel/
H A Dkgdb.c181 kgdb_handle_exception(1, SIGTRAP, 0, regs);
/linux-master/arch/sparc/kernel/
H A Dkgdb_32.c150 kgdb_handle_exception(trap_level, SIGTRAP, 0, regs);
H A Dkgdb_64.c177 kgdb_handle_exception(0x172, SIGTRAP, 0, regs);
/linux-master/arch/sh/kernel/
H A Dkgdb.c311 kgdb_handle_exception(0, SIGTRAP, 0, regs);
328 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr,
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err,
H A Dtraps.c401 kgdb_handle_exception(pt_cause(regs), SIGTRAP,
/linux-master/kernel/debug/
H A Ddebug_core.c492 * the core kgdb_handle_exception, because it will wait for the
829 * kgdb_handle_exception() - main entry point from a kernel exception
836 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) function
871 NOKPROBE_SYMBOL(kgdb_handle_exception); variable
/linux-master/arch/mips/kernel/
H A Dkgdb.c309 if (kgdb_handle_exception(trap, compute_signal(trap), cmd, regs))
/linux-master/arch/riscv/kernel/
H A Dkgdb.c332 if (kgdb_handle_exception(type == KGDB_SW_SINGLE_STEP ? 0 : 1,
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c254 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs))
/linux-master/arch/x86/kernel/
H A Dkgdb.c548 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs))

Completed in 174 milliseconds