Home
last modified time | relevance | path

Searched refs:stepped (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/lib/
A Dtest_emulate_step.c93 int stepped = -1; in test_ld() local
111 int stepped = -1; in test_pld() local
134 int stepped = -1; in test_lwz() local
152 int stepped = -1; in test_plwz() local
176 int stepped = -1; in test_lwzx() local
195 int stepped = -1; in test_std() local
213 int stepped = -1; in test_pstd() local
236 int stepped = -1; in test_ldarx_stdcx() local
294 int stepped = -1; in test_lfsx_stfsx() local
310 if (stepped == 1) in test_lfsx_stfsx()
[all …]
/arch/powerpc/kernel/
A Dhw_breakpoint.c287 int stepped; in stepping_handler() local
302 stepped = emulate_step(regs, instr); in stepping_handler()
303 if (!stepped) { in stepping_handler()
/arch/arm64/boot/dts/qcom/
A Dqrb2210-rb1.dts136 /* 1.2V supply stepped down from the barrel jack input */
147 /* 3.3V supply stepped down from the barrel jack input */
158 /* 5V supply stepped down from the barrel jack input */
169 /* "Battery" voltage for the SoM, stepped down from the barrel jack input */
A Dqrb4210-rb2.dts185 /* 1.2V supply stepped down from the barrel jack input */
196 /* 3.3V supply stepped down from the barrel jack input */
207 /* 5V supply stepped down from the barrel jack input */
218 /* "Battery" voltage for the SoM, stepped down from the barrel jack input */
/arch/powerpc/xmon/
A Dxmon.c703 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()
/arch/arm64/
A DKconfig783 when handling a system call from a task that is being stepped

Completed in 22 milliseconds