Searched refs:stepped (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/lib/ |
D | test_emulate_step.c | 84 int stepped = -1; in test_ld() local 90 stepped = emulate_step(®s, TEST_LD(5, 3, 0)); in test_ld() 92 if (stepped == 1 && regs.gpr[5] == a) in test_ld() 102 int stepped = -1; in test_lwz() local 108 stepped = emulate_step(®s, TEST_LWZ(5, 3, 0)); in test_lwz() 110 if (stepped == 1 && regs.gpr[5] == a) in test_lwz() 120 int stepped = -1; in test_lwzx() local 128 stepped = emulate_step(®s, TEST_LWZX(5, 3, 4)); in test_lwzx() 129 if (stepped == 1 && regs.gpr[5] == a[2]) in test_lwzx() 139 int stepped = -1; in test_std() local [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 217 int stepped = 1; in hw_breakpoint_handler() local 272 stepped = 0; in hw_breakpoint_handler() 275 stepped = emulate_step(regs, instr); in hw_breakpoint_handler() 282 if (!stepped) { in hw_breakpoint_handler()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 659 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local 660 if (stepped == 0) { in xmon_core() 663 } else if (stepped < 0) { in xmon_core() 1107 int stepped; in do_step() local 1113 stepped = emulate_step(regs, instr); in do_step() 1114 if (stepped < 0) { in do_step() 1119 if (stepped > 0) { in do_step()
|
/Linux-v4.19/Documentation/timers/ |
D | timers-howto.txt | 62 stepped PC!) the overhead of setting up the hrtimers
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 79 After the instruction is single-stepped, Kprobes executes the 365 is single-stepped, Kprobe calls kp->post_handler. If a fault
|
/Linux-v4.19/arch/s390/kernel/ |
D | entry.S | 602 jnz .Lpgm_svcper # -> single stepped svc 671 # single stepped system call
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1433 sysfs target file so states can be stepped granular. This is a debug
|