Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h8 #define X86_TRAP_DB 1 /* Debug */ macro
H A Didtentry.h644 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 Dextable.c25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
/openbmc/linux/arch/x86/kernel/
H A Didt.c63 INTG(X86_TRAP_DB, asm_exc_debug),
104 ISTG(X86_TRAP_DB, asm_exc_debug, IST_INDEX_DB),
H A Dvm86_32.c700 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
H A Dtraps.c1113 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
H A Dptrace.c1412 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
H A Dsev.c1905 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()