Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dtest_emulate_step.c84 int stepped = -1; in test_ld() local
90 stepped = emulate_step(&regs, TEST_LD(5, 3, 0)); in test_ld()
92 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
102 int stepped = -1; in test_lwz() local
108 stepped = emulate_step(&regs, TEST_LWZ(5, 3, 0)); in test_lwz()
110 if (stepped == 1 && regs.gpr[5] == a) in test_lwz()
120 int stepped = -1; in test_lwzx() local
128 stepped = emulate_step(&regs, TEST_LWZX(5, 3, 4)); in test_lwzx()
129 if (stepped == 1 && regs.gpr[5] == a[2]) in test_lwzx()
139 int stepped = -1; in test_std() local
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dhw_breakpoint.c217 int stepped = 1; in hw_breakpoint_handler() local
272 stepped = 0; in hw_breakpoint_handler()
275 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()
282 if (!stepped) { in hw_breakpoint_handler()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c659 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local
660 if (stepped == 0) { in xmon_core()
663 } else if (stepped < 0) { in xmon_core()
1107 int stepped; in do_step() local
1113 stepped = emulate_step(regs, instr); in do_step()
1114 if (stepped < 0) { in do_step()
1119 if (stepped > 0) { in do_step()
/Linux-v4.19/Documentation/timers/
Dtimers-howto.txt62 stepped PC!) the overhead of setting up the hrtimers
/Linux-v4.19/Documentation/
Dkprobes.txt79 After the instruction is single-stepped, Kprobes executes the
365 is single-stepped, Kprobe calls kp->post_handler. If a fault
/Linux-v4.19/arch/s390/kernel/
Dentry.S602 jnz .Lpgm_svcper # -> single stepped svc
671 # single stepped system call
/Linux-v4.19/lib/
DKconfig.debug1433 sysfs target file so states can be stepped granular. This is a debug