Searched refs:X86_TRAP_DB (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | trapnr.h | 8 #define X86_TRAP_DB 1 /* Debug */ macro
|
A D | idtentry.h | 604 DECLARE_IDTENTRY_DEBUG(X86_TRAP_DB, exc_debug); 606 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, exc_debug); 609 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, xenpv_exc_debug);
|
/linux/arch/x86/kernel/ |
A D | idt.c | 62 INTG(X86_TRAP_DB, asm_exc_debug), 100 ISTG(X86_TRAP_DB, asm_exc_debug, IST_INDEX_DB),
|
A D | traps.c | 1009 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
|
A D | vm86_32.c | 700 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
|
A D | ptrace.c | 1359 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
|
A D | sev.c | 1390 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()
|
/linux/arch/x86/entry/vdso/ |
A D | extable.c | 25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
|
Completed in 15 milliseconds