Home
last modified time | relevance | path

Searched refs:DR_TRAP0 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h40 #define DR_TRAP0 (0x1) /* db0 */ macro
44 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/linux/arch/x86/include/asm/
H A Dtraps.h34 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
/linux/arch/x86/kernel/
H A Dkgdb.c635 tsk->thread.virtual_dr6 |= (DR_TRAP0 << i); in kgdb_hw_overflow_handler()
H A Dptrace.c487 thread->virtual_dr6 |= (DR_TRAP0 << i); in ptrace_triggered()