Searched refs:X86_TRAP_DB (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 8 #define X86_TRAP_DB 1 /* Debug */ macro
|
H A D | idtentry.h | 644 DECLARE_IDTENTRY_DEBUG(X86_TRAP_DB, exc_debug); 646 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, exc_debug); 649 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, xenpv_exc_debug);
|
/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 | idt.c | 63 INTG(X86_TRAP_DB, asm_exc_debug), 104 ISTG(X86_TRAP_DB, asm_exc_debug, IST_INDEX_DB),
|
H A D | vm86_32.c | 700 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
|
H A D | traps.c | 1113 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
|
H A D | ptrace.c | 1412 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
|
H A D | sev.c | 1905 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()
|