| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 94 int stepped = -1; in test_ld() local 100 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld() 102 if (stepped == 1 && regs.gpr[5] == a) in test_ld() 112 int stepped = -1; in test_pld() local 123 stepped = emulate_step(®s, TEST_PLD(5, 3, 0, 0)); in test_pld() 125 if (stepped == 1 && regs.gpr[5] == a) in test_pld() 135 int stepped = -1; in test_lwz() local 141 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz() 143 if (stepped == 1 && regs.gpr[5] == a) in test_lwz() 153 int stepped = -1; in test_plwz() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | hw_breakpoint.c | 525 int stepped; in stepping_handler() local 539 stepped = emulate_step(regs, instr); in stepping_handler() 540 if (!stepped) { in stepping_handler()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 712 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local 713 if (stepped == 0) { in xmon_core() 716 } else if (stepped < 0) { in xmon_core() 1202 int stepped; in do_step() local 1208 stepped = emulate_step(regs, instr); in do_step() 1209 if (stepped < 0) { in do_step() 1214 if (stepped > 0) { in do_step()
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | timers-howto.rst | 68 stepped PC!) the overhead of setting up the hrtimers
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | entry.S | 675 jnz .Lpgm_svcper # -> single stepped svc 745 # single stepped system call
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 80 After the instruction is single-stepped, Kprobes executes the 367 is single-stepped, Kprobe calls kp->post_handler. If a fault
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cppinternals.info | 353 previously-lexed tokens if we stepped back in the token stream. It also
|
| H A D | gdb.info | 5581 program stops (for example, at a breakpoint or while being stepped), all 12682 program--particularly if a conditional branch is stepped. 33717 thread, if the thread must be stepped though some code before 44360 once, and report the stop (even if the stepped instruction 47259 Example sequence of a target being stepped by a single instruction:
|
| H A D | gccint.info | 30007 then, since each of these must be stepped independently, this does cause
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cppinternals.info | 353 previously-lexed tokens if we stepped back in the token stream. It also
|
| H A D | gdb.info | 5581 program stops (for example, at a breakpoint or while being stepped), all 12682 program--particularly if a conditional branch is stepped. 33717 thread, if the thread must be stepped though some code before 44360 once, and report the stop (even if the stepped instruction 47259 Example sequence of a target being stepped by a single instruction:
|
| H A D | gccint.info | 30007 then, since each of these must be stepped independently, this does cause
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 647 when handling a system call from a task that is being stepped
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.debug | 1643 sysfs target file so states can be stepped granular. This is a debug
|