Home
last modified time | relevance | path

Searched refs:X86_TRAP_BP (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dtrapnr.h10 #define X86_TRAP_BP 3 /* Breakpoint */ macro
Didtentry.h569 DECLARE_IDTENTRY_RAW(X86_TRAP_BP, exc_int3);
/linux-5.19.10/arch/x86/entry/vdso/
Dextable.c25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
/linux-5.19.10/arch/x86/kernel/
Dtraps.c785 if (kgdb_ll_trap(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, in do_int3()
794 res = notify_die(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, SIGTRAP); in do_int3()
806 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user()
Didt.c64 SYSG(X86_TRAP_BP, asm_exc_int3),
/linux-5.19.10/arch/x86/entry/
Dentry_64.S394 .if \vector == X86_TRAP_BP