Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/lib/
Dtest_emulate_step.c102 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
125 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
143 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
167 stepped = emulate_step(&regs, TEST_PLWZ(5, 3, 0, 0)); in test_plwz()
187 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZX(5, 3, 4))); in test_lwzx()
205 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
228 stepped = emulate_step(&regs, TEST_PSTD(5, 3, 0, 0)); in test_pstd()
253 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
271 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STDCX(5, 3, 4))); in test_ldarx_stdcx()
311 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx()
[all …]
Dsstep.c3498 int emulate_step(struct pt_regs *regs, struct ppc_inst instr) in emulate_step() function
3614 NOKPROBE_SYMBOL(emulate_step);
/Linux-v5.15/arch/powerpc/include/asm/
Dsstep.h165 extern int emulate_step(struct pt_regs *regs, struct ppc_inst instr);
/Linux-v5.15/arch/powerpc/kernel/
Duprobes.c185 ret = emulate_step(regs, ppc_inst_read(auprobe->insn)); in arch_uprobe_skip_sstep()
Dkprobes.c250 ret = emulate_step(regs, insn); in try_to_emulate()
Dhw_breakpoint.c543 stepped = emulate_step(regs, instr); in stepping_handler()
/Linux-v5.15/arch/powerpc/xmon/
Dxmon.c718 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core()
1214 stepped = emulate_step(regs, instr); in do_step()