Searched refs:emulate_step (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/powerpc/lib/ |
D | test_emulate_step.c | 106 stepped = emulate_step(®s, TEST_LD(5, 3, 0)); in test_ld() 124 stepped = emulate_step(®s, TEST_LWZ(5, 3, 0)); in test_lwz() 144 stepped = emulate_step(®s, TEST_LWZX(5, 3, 4)); in test_lwzx() 162 stepped = emulate_step(®s, TEST_STD(5, 3, 0)); in test_std() 187 stepped = emulate_step(®s, TEST_LDARX(5, 3, 4, 0)); in test_ldarx_stdcx() 205 stepped = emulate_step(®s, TEST_STDCX(5, 3, 4)); in test_ldarx_stdcx() 245 stepped = emulate_step(®s, TEST_LFSX(10, 3, 4)); in test_lfsx_stfsx() 258 stepped = emulate_step(®s, TEST_STFSX(10, 3, 4)); in test_lfsx_stfsx() 288 stepped = emulate_step(®s, TEST_LFDX(10, 3, 4)); in test_lfdx_stfdx() 301 stepped = emulate_step(®s, TEST_STFDX(10, 3, 4)); in test_lfdx_stfdx() [all …]
|
D | sstep.c | 3104 int emulate_step(struct pt_regs *regs, unsigned int instr) in emulate_step() function 3206 NOKPROBE_SYMBOL(emulate_step);
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | sstep.h | 152 extern int emulate_step(struct pt_regs *regs, unsigned int instr);
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | uprobes.c | 176 ret = emulate_step(regs, auprobe->insn); in arch_uprobe_skip_sstep()
|
D | hw_breakpoint.c | 232 if (!emulate_step(regs, instr)) in stepping_handler()
|
D | kprobes.c | 222 ret = emulate_step(regs, insn); in try_to_emulate()
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 662 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() 1128 stepped = emulate_step(regs, instr); in do_step()
|