Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Ddebugreg.h21 #define DR_TRAP0 (0x1) /* db0 */ macro
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/linux/arch/x86/include/asm/
A Dtraps.h30 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
/linux/arch/x86/kernel/
A Dhw_breakpoint.c528 if (likely(!(dr6 & (DR_TRAP0 << i)))) in hw_breakpoint_handler()
553 (*dr6_p) &= ~(DR_TRAP0 << i); in hw_breakpoint_handler()
A Dkgdb.c634 tsk->thread.virtual_dr6 |= (DR_TRAP0 << i); in kgdb_hw_overflow_handler()
A Dptrace.c468 thread->virtual_dr6 |= (DR_TRAP0 << i); in ptrace_triggered()

Completed in 9 milliseconds