Searched refs:X86_TRAP_BP (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | trapnr.h | 10 #define X86_TRAP_BP 3 /* Breakpoint */ macro
|
D | idtentry.h | 570 DECLARE_IDTENTRY_RAW(X86_TRAP_BP, exc_int3);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | traps.c | 641 if (kgdb_ll_trap(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, in do_int3() 650 res = notify_die(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, SIGTRAP); in do_int3() 662 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user()
|
D | idt.c | 59 SYSG(X86_TRAP_BP, asm_exc_int3),
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
D | entry_64.S | 363 .if \vector == X86_TRAP_BP
|