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

/arch/x86/include/asm/
H A Ddebugreg.h20 #define DR_TRAP0 (0x1) /* db0 */ macro
24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
H A Dtraps.h77 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3))
/arch/x86/kernel/
H A Dhw_breakpoint.c457 if (likely(!(dr6 & (DR_TRAP0 << i))))
473 (*dr6_p) &= ~(DR_TRAP0 << i);
H A Dkgdb.c650 tsk->thread.debugreg6 |= (DR_TRAP0 << i);
H A Dptrace.c548 thread->debugreg6 |= (DR_TRAP0 << i);

Completed in 119 milliseconds