Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h22 #define X86_TRAP_BP 3 /* Breakpoint */ macro
H A Didtentry.h617 DECLARE_IDTENTRY_RAW(X86_TRAP_BP, exc_int3);
/linux/arch/x86/entry/vdso/
H A Dextable.c25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
/linux/arch/x86/entry/
H A Dentry_fred.c58 case X86_TRAP_BP: in fred_intx()
232 case X86_TRAP_BP: return exc_int3(regs); in fred_swexc()
H A Dentry_64.S332 .if \vector == X86_TRAP_BP
347 .if \vector == X86_TRAP_BP
/linux/arch/x86/kernel/
H A Dtraps.c977 if (kgdb_ll_trap(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, in do_int3()
986 res = notify_die(DIE_INT3, "int3", regs, 0, X86_TRAP_BP, SIGTRAP); in do_int3()
998 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user()
H A Didt.c65 SYSG(X86_TRAP_BP, asm_exc_int3),