DR_TRAP0          101 arch/x86/include/asm/traps.h 	else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3))
DR_TRAP0           25 arch/x86/include/uapi/asm/debugreg.h #define DR_TRAP_BITS	(DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
DR_TRAP0          470 arch/x86/kernel/hw_breakpoint.c 		if (likely(!(dr6 & (DR_TRAP0 << i))))
DR_TRAP0          486 arch/x86/kernel/hw_breakpoint.c 		(*dr6_p) &= ~(DR_TRAP0 << i);
DR_TRAP0          634 arch/x86/kernel/kgdb.c 			tsk->thread.debugreg6 |= (DR_TRAP0 << i);
DR_TRAP0          491 arch/x86/kernel/ptrace.c 	thread->debugreg6 |= (DR_TRAP0 << i);