DR_STEP            99 arch/x86/include/asm/traps.h 	if (condition & DR_STEP)
DR_STEP           450 arch/x86/kernel/hw_breakpoint.c 	if (dr6 & DR_STEP)
DR_STEP           489 arch/x86/kernel/kgdb.c 	(*(unsigned long *)ERR_PTR(args->err)) &= ~DR_STEP;
DR_STEP           742 arch/x86/kernel/traps.c 	if (unlikely(!user_mode(regs) && (dr6 & DR_STEP) &&
DR_STEP           744 arch/x86/kernel/traps.c 		dr6 &= ~DR_STEP;
DR_STEP           791 arch/x86/kernel/traps.c 	if (WARN_ON_ONCE((dr6 & DR_STEP) && !user_mode(regs))) {
DR_STEP           798 arch/x86/kernel/traps.c 		tsk->thread.debugreg6 &= ~DR_STEP;
DR_STEP           803 arch/x86/kernel/traps.c 	if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp)
DR_STEP           591 arch/x86/mm/kmmio.c 	if (val == DIE_DEBUG && (*dr6_p & DR_STEP))
DR_STEP           597 arch/x86/mm/kmmio.c 			*dr6_p &= ~DR_STEP;