Home
last modified time | relevance | path

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

/Linux-v5.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.c969 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.c1249 if (error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB) { in DEFINE_IDTENTRY_VC_SAFE_STACK()
Dptrace.c1329 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
/Linux-v5.10/arch/x86/include/asm/
Dtrapnr.h8 #define X86_TRAP_DB 1 /* Debug */ macro
Didtentry.h601 DECLARE_IDTENTRY_DEBUG(X86_TRAP_DB, exc_debug);
603 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, exc_debug);
606 DECLARE_IDTENTRY_RAW(X86_TRAP_DB, xenpv_exc_debug);