Searched refs:stepped (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 93 int stepped = -1; in test_ld() local 99 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld() 101 if (stepped == 1 && regs.gpr[5] == a) in test_ld() 111 int stepped = -1; in test_pld() local 122 stepped = emulate_step(®s, TEST_PLD(5, 3, 0, 0)); in test_pld() 124 if (stepped == 1 && regs.gpr[5] == a) in test_pld() 134 int stepped = -1; in test_lwz() local 140 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz() 142 if (stepped == 1 && regs.gpr[5] == a) in test_lwz() 152 int stepped = -1; in test_plwz() local [all …]
|
| /linux/Documentation/arch/arm64/ |
| H A D | mops.rst | 42 would get silently stepped over and the single step exception taken on the 43 main instruction. Note that if the guest instruction is not being stepped
|
| /linux/arch/powerpc/kernel/ |
| H A D | hw_breakpoint.c | 287 int stepped; in stepping_handler() local 302 stepped = emulate_step(regs, instr); in stepping_handler() 303 if (!stepped) { in stepping_handler()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qrb4210-rb2.dts | 186 /* 1.2V supply stepped down from the barrel jack input */ 197 /* 3.3V supply stepped down from the barrel jack input */ 208 /* 5V supply stepped down from the barrel jack input */ 219 /* "Battery" voltage for the SoM, stepped down from the barrel jack input */
|
| H A D | qrb2210-rb1.dts | 137 /* 1.2V supply stepped down from the barrel jack input */ 148 /* 3.3V supply stepped down from the barrel jack input */ 159 /* 5V supply stepped down from the barrel jack input */ 170 /* "Battery" voltage for the SoM, stepped down from the barrel jack input */
|
| /linux/arch/powerpc/xmon/ |
| H A D | xmon.c | 703 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local 704 if (stepped == 0) { in xmon_core() 707 } else if (stepped < 0) { in xmon_core() 1191 int stepped; in do_step() local 1197 stepped = emulate_step(regs, instr); in do_step() 1198 if (stepped < 0) { in do_step() 1203 if (stepped > 0) { in do_step()
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 80 After the instruction is single-stepped, Kprobes executes the 366 calls kp->pre_handler. After the probed instruction is single-stepped, Kprobe
|
| /linux/arch/arm64/ |
| H A D | Kconfig | 788 when handling a system call from a task that is being stepped
|
| /linux/Documentation/admin-guide/ |
| H A D | reporting-issues.rst | 250 which would need constant maintenance; nobody has stepped up to do that
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1888 sysfs target file so states can be stepped granular. This is a debug
|