Searched refs:stepped (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/powerpc/lib/ |
D | test_emulate_step.c | 100 int stepped = -1; in test_ld() local 106 stepped = emulate_step(®s, TEST_LD(5, 3, 0)); in test_ld() 108 if (stepped == 1 && regs.gpr[5] == a) in test_ld() 118 int stepped = -1; in test_lwz() local 124 stepped = emulate_step(®s, TEST_LWZ(5, 3, 0)); in test_lwz() 126 if (stepped == 1 && regs.gpr[5] == a) in test_lwz() 136 int stepped = -1; in test_lwzx() local 144 stepped = emulate_step(®s, TEST_LWZX(5, 3, 4)); in test_lwzx() 145 if (stepped == 1 && regs.gpr[5] == a[2]) in test_lwzx() 155 int stepped = -1; in test_std() local [all …]
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 662 int stepped = emulate_step(regs, bp->instr[0]); in xmon_core() local 663 if (stepped == 0) { in xmon_core() 666 } else if (stepped < 0) { in xmon_core() 1122 int stepped; in do_step() local 1128 stepped = emulate_step(regs, instr); in do_step() 1129 if (stepped < 0) { in do_step() 1134 if (stepped > 0) { in do_step()
|
/Linux-v5.4/Documentation/timers/ |
D | timers-howto.rst | 68 stepped PC!) the overhead of setting up the hrtimers
|
/Linux-v5.4/arch/s390/kernel/ |
D | entry.S | 632 jnz .Lpgm_svcper # -> single stepped svc 702 # single stepped system call
|
/Linux-v5.4/Documentation/ |
D | kprobes.txt | 79 After the instruction is single-stepped, Kprobes executes the 366 is single-stepped, Kprobe calls kp->post_handler. If a fault
|
/Linux-v5.4/arch/arm64/ |
D | Kconfig | 556 when handling a system call from a task that is being stepped
|
/Linux-v5.4/lib/ |
D | Kconfig.debug | 1457 sysfs target file so states can be stepped granular. This is a debug
|