Lines Matching refs:pc
227 current->pid, current->comm, regs->pc, in rewrite_load_store_unaligned()
315 tilepro_bundle_bits __user *buffer, *pc; in single_step_once() local
403 regs->pc -= 8; in single_step_once()
405 pc = (tilepro_bundle_bits __user *)(regs->pc); in single_step_once()
406 if (get_user(bundle, pc) != 0) { in single_step_once()
407 pr_err("Couldn't read instruction at %p trying to step\n", pc); in single_step_once()
412 state->orig_pc = (unsigned long)pc; in single_step_once()
413 state->next_pc = (unsigned long)(pc + 1); in single_step_once()
448 state->branch_next_pc = (unsigned long)(pc + offset); in single_step_once()
460 (unsigned long) (pc + get_JOffLong_X1(bundle)); in single_step_once()
466 (unsigned long) (pc + get_JOffLong_X1(bundle)); in single_step_once()
599 regs->regs[temp_reg] = (unsigned long) (pc+1); in single_step_once()
681 delta = ((regs->pc + TILEPRO_BUNDLE_SIZE_IN_BYTES) - in single_step_once()
703 regs->pc = (unsigned long)state->buffer; in single_step_once()
707 regs->pc += 8; in single_step_once()
751 } else if ((*ss_pc != regs->pc) || in gx_singlestep_handle()
773 *ss_pc = regs->pc; in single_step_once()