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