Searched refs:emulate_step (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/powerpc/lib/ |
D | test_emulate_step.c | 100 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld() 123 stepped = emulate_step(®s, TEST_PLD(5, 3, 0, 0)); in test_pld() 141 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz() 165 stepped = emulate_step(®s, TEST_PLWZ(5, 3, 0, 0)); in test_plwz() 185 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZX(5, 3, 4))); in test_lwzx() 203 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std() 226 stepped = emulate_step(®s, TEST_PSTD(5, 3, 0, 0)); in test_pstd() 251 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx() 269 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STDCX(5, 3, 4))); in test_ldarx_stdcx() 309 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx() [all …]
|
D | sstep.c | 3306 int emulate_step(struct pt_regs *regs, struct ppc_inst instr) in emulate_step() function 3421 NOKPROBE_SYMBOL(emulate_step);
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | uprobes.c | 177 ret = emulate_step(regs, ppc_inst_read(&auprobe->insn)); in arch_uprobe_skip_sstep()
|
D | kprobes.c | 234 ret = emulate_step(regs, insn); in try_to_emulate()
|
D | hw_breakpoint.c | 539 stepped = emulate_step(regs, instr); in stepping_handler()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | sstep.h | 166 extern int emulate_step(struct pt_regs *regs, struct ppc_inst instr);
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 712 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() 1208 stepped = emulate_step(regs, instr); in do_step()
|