Searched refs:X86_TRAP_BP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 605 if (kgdb_ll_trap(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3() 615 if (notify_die(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3() 620 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, error_code, NULL); in do_int3()
|
D | idt.c | 62 SYSG(X86_TRAP_BP, int3),
|
/Linux-v4.19/arch/x86/include/asm/ |
D | traps.h | 128 X86_TRAP_BP, /* 3, Breakpoint */ enumerator
|