Lines Matching refs:pc
68 unsigned long pc; member
873 if (!search_exception_tables(regs->pc)) { in jit_bundle_gen()
930 regs->pc += 8; in jit_bundle_gen()
966 regs->pc += 8; in jit_bundle_gen()
989 (unsigned long long)regs->pc, in jit_bundle_gen()
1366 int idx = (regs->pc >> 3) & in jit_bundle_gen()
1369 frag.pc = regs->pc; in jit_bundle_gen()
1375 (unsigned long)frag.pc, in jit_bundle_gen()
1424 __insn_mtspr(SPR_EX_CONTEXT_0_0, regs->pc + 8); in jit_bundle_gen()
1428 regs->pc = (unsigned long)&jit_code_area[idx].insn[0]; in jit_bundle_gen()
1453 tilegx_bundle_bits __user *pc; in do_unaligned() local
1491 (unsigned long long)regs->pc); in do_unaligned()
1495 regs->pc); in do_unaligned()
1503 *((tilegx_bundle_bits *)(regs->pc))); in do_unaligned()
1524 (unsigned long long)regs->pc); in do_unaligned()
1535 pc = (tilegx_bundle_bits __user *)(regs->pc); in do_unaligned()
1536 if (get_user(bundle, pc) != 0) { in do_unaligned()
1541 .si_addr = (void __user *)pc in do_unaligned()
1543 pr_err("Couldn't read instruction at %p trying to step\n", pc); in do_unaligned()