Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dtrapnr.h8 #define X86_TRAP_DB 1 /* Debug */ macro
Didtentry.h606 DECLARE_IDTENTRY_DEBUG(X86_TRAP_DB, exc_debug);
608 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, exc_debug);
611 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, xenpv_exc_debug);
/Linux-v6.1/arch/x86/entry/vdso/
Dextable.c25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception()
/Linux-v6.1/arch/x86/kernel/
Didt.c63 INTG(X86_TRAP_DB, asm_exc_debug),
104 ISTG(X86_TRAP_DB, asm_exc_debug, IST_INDEX_DB),
Dvm86_32.c700 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
Dtraps.c1150 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
Dptrace.c1358 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
Dsev.c1922 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()