Searched refs:X86_TRAP_BP (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 10 #define X86_TRAP_BP 3 /* Breakpoint */ macro
|
H A D | idtentry.h | 607 DECLARE_IDTENTRY_RAW(X86_TRAP_BP, exc_int3);
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | extable.c | 25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 757 if (kgdb_ll_trap(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, in do_int3() 766 res = notify_die(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, SIGTRAP); in do_int3() 778 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user()
|
H A D | idt.c | 64 SYSG(X86_TRAP_BP, asm_exc_int3),
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 375 .if \vector == X86_TRAP_BP 390 .if \vector == X86_TRAP_BP
|