Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/lib/
Dtest_emulate_step.c96 int stepped = -1; in test_ld() local
102 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
104 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
114 int stepped = -1; in test_pld() local
125 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
127 if (stepped == 1 && regs.gpr[5] == a) in test_pld()
137 int stepped = -1; in test_lwz() local
143 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
145 if (stepped == 1 && regs.gpr[5] == a) in test_lwz()
155 int stepped = -1; in test_plwz() local
[all …]
/linux-5.19.10/arch/powerpc/kernel/
Dhw_breakpoint.c529 int stepped; in stepping_handler() local
543 stepped = emulate_step(regs, instr); in stepping_handler()
544 if (!stepped) { in stepping_handler()
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c717 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local
718 if (stepped == 0) { in xmon_core()
721 } else if (stepped < 0) { in xmon_core()
1207 int stepped; in do_step() local
1213 stepped = emulate_step(regs, instr); in do_step()
1214 if (stepped < 0) { in do_step()
1219 if (stepped > 0) { in do_step()
/linux-5.19.10/Documentation/timers/
Dtimers-howto.rst68 stepped PC!) the overhead of setting up the hrtimers
/linux-5.19.10/Documentation/trace/
Dkprobes.rst80 After the instruction is single-stepped, Kprobes executes the
366 calls kp->pre_handler. After the probed instruction is single-stepped, Kprobe
/linux-5.19.10/arch/arm64/
DKconfig661 when handling a system call from a task that is being stepped
/linux-5.19.10/lib/
DKconfig.debug1671 sysfs target file so states can be stepped granular. This is a debug
/linux-5.19.10/Documentation/admin-guide/
Dreporting-issues.rst250 which would need constant maintenance; nobody has stepped up to do that