Searched refs:kgdb_ll_trap (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | kgdb.h | 40 extern int kgdb_ll_trap(int cmd, const char *str,
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kgdb.h | 86 extern int kgdb_ll_trap(int cmd, const char *str,
|
/linux-4.1.27/arch/mips/kernel/ |
D | kgdb.c | 333 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() function
|
D | traps.c | 884 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
|
/linux-4.1.27/arch/x86/kernel/ |
D | kgdb.c | 571 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() function
|
D | traps.c | 520 if (kgdb_ll_trap(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3()
|