/kernel/linux/linux-5.10/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 in test_plwz() local 177 int stepped = -1; test_lwzx() local 196 int stepped = -1; test_std() local 214 int stepped = -1; test_pstd() local 237 int stepped = -1; test_ldarx_stdcx() local 295 int stepped = -1; test_lfsx_stfsx() local 338 int stepped = -1; test_plfs_pstfs() local 385 int stepped = -1; test_lfdx_stfdx() local 428 int stepped = -1; test_plfd_pstfd() local 501 int stepped = -1; test_lvx_stvx() local 558 int stepped = -1; test_lxvd2x_stxvd2x() local [all...] |
/kernel/linux/linux-6.6/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 in test_plwz() local 176 int stepped = -1; test_lwzx() local 195 int stepped = -1; test_std() local 213 int stepped = -1; test_pstd() local 236 int stepped = -1; test_ldarx_stdcx() local 294 int stepped = -1; test_lfsx_stfsx() local 337 int stepped = -1; test_plfs_pstfs() local 384 int stepped = -1; test_lfdx_stfdx() local 427 int stepped = -1; test_plfd_pstfd() local 500 int stepped = -1; test_lvx_stvx() local 557 int stepped = -1; test_lxvd2x_stxvd2x() local 623 int stepped = -1; test_lxvp_stxvp() local 710 int stepped = -1; test_lxvpx_stxvpx() local 799 int stepped = -1; test_plxvp_pstxvp() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 84 * Do not install DABR values if the instruction must be single-stepped. in arch_install_hw_breakpoint() 530 int stepped; in stepping_handler() local 544 stepped = emulate_step(regs, instr); in stepping_handler() 545 if (!stepped) { in stepping_handler() 722 * If the process was being single-stepped by ptrace, let the in single_step_dabr_instruction()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 74 * Do not install DABR values if the instruction must be single-stepped. in arch_install_hw_breakpoint() 287 int stepped; in stepping_handler() local 302 stepped = emulate_step(regs, instr); in stepping_handler() 303 if (!stepped) { in stepping_handler() 544 * If the process was being single-stepped by ptrace, let the in single_step_dabr_instruction()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 713 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local 714 if (stepped == 0) { in xmon_core() 717 } else if (stepped < 0) { in xmon_core() 1203 int stepped; in do_step() local 1209 stepped = emulate_step(regs, instr); in do_step() 1210 if (stepped < 0) { in do_step() 1215 if (stepped > 0) { in do_step() 1217 printf("stepped to "); in do_step()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 716 int stepped = emulate_step(regs, ppc_inst_read(bp->instr)); in xmon_core() local 717 if (stepped == 0) { in xmon_core() 720 } else if (stepped < 0) { in xmon_core() 923 printf("Breakpoint at %lx is on an instruction that can't be single stepped, disabling it\n", in insert_bpts() 1206 int stepped; in do_step() local 1212 stepped = emulate_step(regs, instr); in do_step() 1213 if (stepped < 0) { in do_step() 1218 if (stepped > 0) { in do_step() 1220 printf("stepped to "); in do_step() 1471 printf("Breakpoints may not be placed on instructions that can't be single stepped\ in check_bp_loc() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 675 jnz .Lpgm_svcper # -> single stepped svc 745 # single stepped system call
|