Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/lib/
Dtest_emulate_step.c94 int stepped = -1; in test_ld() local
100 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
102 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
112 int stepped = -1; in test_pld() local
123 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
125 if (stepped == 1 && regs.gpr[5] == a) in test_pld()
135 int stepped = -1; in test_lwz() local
141 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
143 if (stepped == 1 && regs.gpr[5] == a) in test_lwz()
153 int stepped = -1; in test_plwz() local
[all …]
/Linux-v5.10/arch/powerpc/kernel/
Dhw_breakpoint.c525 int stepped; in stepping_handler() local
539 stepped = emulate_step(regs, instr); in stepping_handler()
540 if (!stepped) { in stepping_handler()
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c712 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local
713 if (stepped == 0) { in xmon_core()
716 } else if (stepped < 0) { in xmon_core()
1202 int stepped; in do_step() local
1208 stepped = emulate_step(regs, instr); in do_step()
1209 if (stepped < 0) { in do_step()
1214 if (stepped > 0) { in do_step()
/Linux-v5.10/Documentation/timers/
Dtimers-howto.rst68 stepped PC!) the overhead of setting up the hrtimers
/Linux-v5.10/arch/s390/kernel/
Dentry.S658 jnz .Lpgm_svcper # -> single stepped svc
728 # single stepped system call
/Linux-v5.10/Documentation/trace/
Dkprobes.rst80 After the instruction is single-stepped, Kprobes executes the
367 is single-stepped, Kprobe calls kp->post_handler. If a fault
/Linux-v5.10/arch/arm64/
DKconfig619 when handling a system call from a task that is being stepped
/Linux-v5.10/lib/
DKconfig.debug1588 sysfs target file so states can be stepped granular. This is a debug