Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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),
H A Dtraps.c1005 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
H A Dvm86_32.c734 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
H A Dsev-es.c1342 return error_code == SVM_EXIT_EXCP_BASE + X86_TRAP_DB; in vc_is_db()
H A Dptrace.c1329 tsk->thread.trap_nr = X86_TRAP_DB; in send_sigtrap()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A 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);
H A Dtrapnr.h8 #define X86_TRAP_DB 1 /* Debug */ macro