Searched refs:emulate_step (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/lib/ |
D | test_emulate_step.c | 90 stepped = emulate_step(®s, TEST_LD(5, 3, 0)); in test_ld() 108 stepped = emulate_step(®s, TEST_LWZ(5, 3, 0)); in test_lwz() 128 stepped = emulate_step(®s, TEST_LWZX(5, 3, 4)); in test_lwzx() 146 stepped = emulate_step(®s, TEST_STD(5, 3, 0)); in test_std() 171 stepped = emulate_step(®s, TEST_LDARX(5, 3, 4, 0)); in test_ldarx_stdcx() 189 stepped = emulate_step(®s, TEST_STDCX(5, 3, 4)); in test_ldarx_stdcx() 229 stepped = emulate_step(®s, TEST_LFSX(10, 3, 4)); in test_lfsx_stfsx() 242 stepped = emulate_step(®s, TEST_STFSX(10, 3, 4)); in test_lfsx_stfsx() 272 stepped = emulate_step(®s, TEST_LFDX(10, 3, 4)); in test_lfdx_stfdx() 285 stepped = emulate_step(®s, TEST_STFDX(10, 3, 4)); in test_lfdx_stfdx() [all …]
|
D | sstep.c | 2998 int emulate_step(struct pt_regs *regs, unsigned int instr) in emulate_step() function 3100 NOKPROBE_SYMBOL(emulate_step);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sstep.h | 156 extern int emulate_step(struct pt_regs *regs, unsigned int instr);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | uprobes.c | 189 ret = emulate_step(regs, auprobe->insn); in arch_uprobe_skip_sstep()
|
D | hw_breakpoint.c | 275 stepped = emulate_step(regs, instr); in hw_breakpoint_handler()
|
D | kprobes.c | 235 ret = emulate_step(regs, insn); in try_to_emulate()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 659 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() 1113 stepped = emulate_step(regs, instr); in do_step()
|