Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dhw_breakpoint.c213 int stepped = 1; in hw_breakpoint_handler() local
264 stepped = 0; in hw_breakpoint_handler()
267 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()
274 if (!stepped) { in hw_breakpoint_handler()
/linux-4.4.14/arch/frv/kernel/
Dbreak.S92 # determine whether we have stepped through into an exception
305 # we single-stepped into an interrupt handler whilst interrupts were merely virtually disabled
334 # we stepped through into the virtual interrupt reenablement trap
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c589 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local
590 if (stepped == 0) { in xmon_core()
593 } else if (stepped < 0) { in xmon_core()
1000 int stepped; in do_step() local
1005 stepped = emulate_step(regs, instr); in do_step()
1006 if (stepped < 0) { in do_step()
1011 if (stepped > 0) { in do_step()
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt62 stepped PC!) the overhead of setting up the hrtimers
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt126 - Debugging is easier as atomic ops can just be stepped over and they can be breakpointed
/linux-4.4.14/arch/s390/kernel/
Dentry.S484 jnz .Lpgm_svcper # -> single stepped svc
540 # single stepped system call
/linux-4.4.14/Documentation/
Dkprobes.txt74 After the instruction is single-stepped, Kprobes executes the
340 is single-stepped, Kprobe calls kp->post_handler. If a fault