Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/lib/
Dtest_emulate_step.c100 int stepped = -1; in test_ld() local
106 stepped = emulate_step(&regs, TEST_LD(5, 3, 0)); in test_ld()
108 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
118 int stepped = -1; in test_lwz() local
124 stepped = emulate_step(&regs, TEST_LWZ(5, 3, 0)); in test_lwz()
126 if (stepped == 1 && regs.gpr[5] == a) in test_lwz()
136 int stepped = -1; in test_lwzx() local
144 stepped = emulate_step(&regs, TEST_LWZX(5, 3, 4)); in test_lwzx()
145 if (stepped == 1 && regs.gpr[5] == a[2]) in test_lwzx()
155 int stepped = -1; in test_std() local
[all …]
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c662 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local
663 if (stepped == 0) { in xmon_core()
666 } else if (stepped < 0) { in xmon_core()
1122 int stepped; in do_step() local
1128 stepped = emulate_step(regs, instr); in do_step()
1129 if (stepped < 0) { in do_step()
1134 if (stepped > 0) { in do_step()
/Linux-v5.4/Documentation/timers/
Dtimers-howto.rst68 stepped PC!) the overhead of setting up the hrtimers
/Linux-v5.4/arch/s390/kernel/
Dentry.S632 jnz .Lpgm_svcper # -> single stepped svc
702 # single stepped system call
/Linux-v5.4/Documentation/
Dkprobes.txt79 After the instruction is single-stepped, Kprobes executes the
366 is single-stepped, Kprobe calls kp->post_handler. If a fault
/Linux-v5.4/arch/arm64/
DKconfig556 when handling a system call from a task that is being stepped
/Linux-v5.4/lib/
DKconfig.debug1457 sysfs target file so states can be stepped granular. This is a debug