Searched refs:stepped (Results 1 – 6 of 6) sorted by relevance
93 int stepped = -1; in test_ld() local111 int stepped = -1; in test_pld() local134 int stepped = -1; in test_lwz() local152 int stepped = -1; in test_plwz() local176 int stepped = -1; in test_lwzx() local195 int stepped = -1; in test_std() local213 int stepped = -1; in test_pstd() local236 int stepped = -1; in test_ldarx_stdcx() local294 int stepped = -1; in test_lfsx_stfsx() local310 if (stepped == 1) in test_lfsx_stfsx()[all …]
287 int stepped; in stepping_handler() local302 stepped = emulate_step(regs, instr); in stepping_handler()303 if (!stepped) { in stepping_handler()
136 /* 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 */
185 /* 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 */
703 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local704 if (stepped == 0) { in xmon_core()707 } else if (stepped < 0) { in xmon_core()1191 int stepped; in do_step() local1197 stepped = emulate_step(regs, instr); in do_step()1198 if (stepped < 0) { in do_step()1203 if (stepped > 0) { in do_step()
783 when handling a system call from a task that is being stepped
Completed in 22 milliseconds