Searched refs:X86_TRAP_BP (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | traps.c | 593 if (kgdb_ll_trap(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3() 603 if (notify_die(DIE_INT3, "int3", regs, error_code, X86_TRAP_BP, in do_int3() 608 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, error_code, 0, NULL); in do_int3()
|
D | idt.c | 60 SYSG(X86_TRAP_BP, int3),
|
/Linux-v5.4/arch/x86/include/asm/ |
D | traps.h | 137 X86_TRAP_BP, /* 3, Breakpoint */ enumerator
|