Home
last modified time | relevance | path

Searched refs:X86_TRAP_DB (Results 1 – 8 of 8) sorted by relevance

/arch/x86/include/asm/
Dtrapnr.h8 #define X86_TRAP_DB 1 /* Debug */ macro
Didtentry.h604 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);
/arch/x86/entry/vdso/
Dextable.c25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
/arch/x86/kernel/
Didt.c62 INTG(X86_TRAP_DB, asm_exc_debug),
100 ISTG(X86_TRAP_DB, asm_exc_debug, IST_INDEX_DB),
Dtraps.c1005 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
Dvm86_32.c702 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
Dptrace.c1359 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
Dsev.c1406 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()