Searched refs:emulate_step (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 99 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld() 122 stepped = emulate_step(®s, TEST_PLD(5, 3, 0, 0)); in test_pld() 140 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz() 164 stepped = emulate_step(®s, TEST_PLWZ(5, 3, 0, 0)); in test_plwz() 225 stepped = emulate_step(®s, TEST_PSTD(5, 3, 0, 0)); in test_pstd() 355 stepped = emulate_step(®s, TEST_PLFS(10, 3, 0, 0)); in test_plfs_pstfs() 368 stepped = emulate_step(®s, TEST_PSTFS(10, 3, 0, 0)); in test_plfs_pstfs() 445 stepped = emulate_step(®s, TEST_PLFD(10, 3, 0, 0)); in test_plfd_pstfd() 458 stepped = emulate_step(®s, TEST_PSTFD(10, 3, 0, 0)); in test_plfd_pstfd() 828 stepped = emulate_step(®s, instr); in test_plxvp_pstxvp() [all …]
|
| H A D | sstep.c | 3576 int emulate_step(struct pt_regs *regs, ppc_inst_t instr) in emulate_step() function 3671 NOKPROBE_SYMBOL(emulate_step);
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | sstep.h | 165 int emulate_step(struct pt_regs *regs, ppc_inst_t instr);
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | uprobes.c | 190 ret = emulate_step(regs, ppc_inst_read(auprobe->insn)); in arch_uprobe_skip_sstep()
|
| H A D | kprobes.c | 235 ret = emulate_step(regs, insn); in try_to_emulate()
|
| H A D | hw_breakpoint.c | 302 stepped = emulate_step(regs, instr); in stepping_handler()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 703 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() 1197 stepped = emulate_step(regs, instr); in do_step()
|