INSN_SIZE
return(loc + INSN_SIZE);
return(loc + INSN_SIZE);
frame->tf_pc -= INSN_SIZE;
frame->tf_pc -= INSN_SIZE;
if (__predict_false(((tf->tf_pc - INSN_SIZE) & 3) != 0)) {
ksi.ksi_addr = (uint32_t *)(intptr_t) (tf->tf_pc-INSN_SIZE);
insn = read_insn(tf->tf_pc - INSN_SIZE, true);
tf->tf_pc -= INSN_SIZE;
ksi.ksi_addr = (void *)(tf->tf_pc - INSN_SIZE);
tf->tf_pc -= INSN_SIZE;
tf->tf_pc += INSN_SIZE;
tf->tf_pc += INSN_SIZE;
frame->tf_pc += INSN_SIZE;
frame->tf_pc += INSN_SIZE;
tf->tf_pc -= INSN_SIZE;
tf->tf_pc += INSN_SIZE; /* Reset for the rest code */
tf->tf_pc -= INSN_SIZE;
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
#define BKPT_SIZE (INSN_SIZE) /* size of breakpoint inst */
frame->tf_pc += INSN_SIZE;
INSN_SIZE + // ecall
INSN_SIZE * 2; // jump to cerror (or nops)
INSN_SIZE + // ecall
INSN_SIZE * 2; // jump to cerror (or nops)
tf->tf_pc -= INSN_SIZE * 2; // jump to cerror.
pc_call = ARM_TF_PC(frame) - INSN_SIZE;
(pc_call + INSN_SIZE >= sce->sce_user_start &&
pc_call + INSN_SIZE < sce->sce_user_end)) {