Searched refs:X86_TRAP_DB (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | idt.c | 58 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),
|
D | traps.c | 1005 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
|
D | vm86_32.c | 734 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
|
D | sev-es.c | 1342 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()
|
D | ptrace.c | 1329 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | trapnr.h | 8 #define X86_TRAP_DB 1 /* Debug */ macro
|
D | idtentry.h | 604 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);
|