Home
last modified time | relevance | path

Searched refs:DR_STEP (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dtraps.c401 if ((dr6 & DR_STEP) && kmemcheck_trap(regs)) in do_debug()
443 if ((dr6 & DR_STEP) && !user_mode(regs)) { in do_debug()
444 tsk->thread.debugreg6 &= ~DR_STEP; in do_debug()
449 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
Dhw_breakpoint.c437 if (dr6 & DR_STEP) in hw_breakpoint_handler()
Dkgdb.c510 (*(unsigned long *)ERR_PTR(args->err)) &= ~DR_STEP; in single_step_cont()
Dkprobes.c964 (*(unsigned long *)ERR_PTR(args->err)) &= ~DR_STEP; in kprobe_exceptions_notify()
/linux-3.4.99/arch/x86/include/asm/
Ddebugreg.h26 #define DR_STEP (0x4000) /* single-step */ macro
Dtraps.h75 if (condition & DR_STEP) in get_si_code()
/linux-3.4.99/arch/x86/mm/
Dkmmio.c554 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
560 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()