Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Didt.c58 INTG(X86_TRAP_DB, asm_exc_debug),
96 INTG(X86_TRAP_DB, asm_exc_debug),
229 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.c734 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
Dsev-es.c1342 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()
Dptrace.c1329 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
/kernel/linux/linux-5.10/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);