Home
last modified time | relevance | path

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

/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
/arch/powerpc/xmon/
Dxmon.c511 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local
512 if (stepped == 0) { in xmon_core()
515 } else if (stepped < 0) { in xmon_core()
892 int stepped; in do_step() local
897 stepped = emulate_step(regs, instr); in do_step()
898 if (stepped < 0) { in do_step()
903 if (stepped > 0) { in do_step()