Searched refs:nextpc (Results 1 – 5 of 5) sorted by relevance
182 unsigned long nextpc; in ieee_fpe_handler() local195 nextpc = regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3); in ieee_fpe_handler()200 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1); in ieee_fpe_handler()202 nextpc = regs->pc + 4; in ieee_fpe_handler()207 nextpc = regs->pc + 4; in ieee_fpe_handler()209 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1); in ieee_fpe_handler()214 nextpc = regs->regs[nib[1]]; in ieee_fpe_handler()219 nextpc = regs->pc + 4 + regs->regs[nib[1]]; in ieee_fpe_handler()223 nextpc = regs->pr; in ieee_fpe_handler()226 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()[all …]
413 unsigned long nextpc; in ieee_fpe_handler() local424 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3); in ieee_fpe_handler()428 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); in ieee_fpe_handler()430 nextpc = regs->pc + 4; in ieee_fpe_handler()434 nextpc = regs->pc + 4; in ieee_fpe_handler()436 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); in ieee_fpe_handler()440 nextpc = regs->regs[nib[1]]; in ieee_fpe_handler()444 nextpc = regs->pc + 4 + regs->regs[nib[1]]; in ieee_fpe_handler()447 nextpc = regs->pr; in ieee_fpe_handler()450 nextpc = regs->pc + 2; in ieee_fpe_handler()[all …]
509 unsigned long nextpc; in ieee_fpe_handler() local522 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3); in ieee_fpe_handler()526 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); in ieee_fpe_handler()528 nextpc = regs->pc + 4; in ieee_fpe_handler()532 nextpc = regs->pc + 4; in ieee_fpe_handler()534 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); in ieee_fpe_handler()538 nextpc = regs->regs[nib[1]]; in ieee_fpe_handler()542 nextpc = regs->pc + 4 + regs->regs[nib[1]]; in ieee_fpe_handler()545 nextpc = regs->pr; in ieee_fpe_handler()548 nextpc = regs->pc + 2; in ieee_fpe_handler()[all …]
404 unsigned long nextpc; in prepare_singlestep() local410 nextpc = find_nextpc(regs, &cur_kprobe_ss_flags); in prepare_singlestep()412 cur_kprobe_next_pc = cur_kprobe_orig_pc + (nextpc - regs->pc); in prepare_singlestep()414 cur_kprobe_next_pc = nextpc; in prepare_singlestep()418 nextpc = singlestep_branch_setup(regs); in prepare_singlestep()420 cur_kprobe_bp_addr = nextpc; in prepare_singlestep()422 *(u8 *) nextpc = BREAKPOINT_INSTRUCTION; in prepare_singlestep()
49 long nextpc = KVM_INVALID_INST; in kvm_compute_return_epc() local68 nextpc = arch->gprs[insn.r_format.rs]; in kvm_compute_return_epc()86 nextpc = epc; in kvm_compute_return_epc()95 nextpc = epc; in kvm_compute_return_epc()105 nextpc = epc; in kvm_compute_return_epc()115 nextpc = epc; in kvm_compute_return_epc()127 nextpc = epc; in kvm_compute_return_epc()140 nextpc = epc; in kvm_compute_return_epc()151 nextpc = epc; in kvm_compute_return_epc()161 nextpc = epc; in kvm_compute_return_epc()[all …]