Searched refs:nextpc (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/sh/kernel/cpu/sh4/
H A Dfpu.c182 unsigned long nextpc; ieee_fpe_handler() local
195 nextpc = regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3); ieee_fpe_handler()
200 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1); ieee_fpe_handler()
202 nextpc = regs->pc + 4; ieee_fpe_handler()
207 nextpc = regs->pc + 4; ieee_fpe_handler()
209 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1); ieee_fpe_handler()
214 nextpc = regs->regs[nib[1]]; ieee_fpe_handler()
219 nextpc = regs->pc + 4 + regs->regs[nib[1]]; ieee_fpe_handler()
223 nextpc = regs->pr; ieee_fpe_handler()
226 nextpc = regs->pc + instruction_size(insn); ieee_fpe_handler()
241 regs->pc = nextpc; ieee_fpe_handler()
279 regs->pc = nextpc; ieee_fpe_handler()
323 regs->pc = nextpc; ieee_fpe_handler()
363 regs->pc = nextpc; ieee_fpe_handler()
386 regs->pc = nextpc; ieee_fpe_handler()
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c413 unsigned long nextpc; ieee_fpe_handler() local
424 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3); ieee_fpe_handler()
428 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); ieee_fpe_handler()
430 nextpc = regs->pc + 4; ieee_fpe_handler()
434 nextpc = regs->pc + 4; ieee_fpe_handler()
436 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); ieee_fpe_handler()
440 nextpc = regs->regs[nib[1]]; ieee_fpe_handler()
444 nextpc = regs->pc + 4 + regs->regs[nib[1]]; ieee_fpe_handler()
447 nextpc = regs->pr; ieee_fpe_handler()
450 nextpc = regs->pc + 2; ieee_fpe_handler()
466 regs->pc = nextpc; ieee_fpe_handler()
509 regs->pc = nextpc; ieee_fpe_handler()
552 regs->pc = nextpc; ieee_fpe_handler()
/linux-4.4.14/arch/sh/math-emu/
H A Dmath.c509 unsigned long nextpc; ieee_fpe_handler() local
522 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3); ieee_fpe_handler()
526 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); ieee_fpe_handler()
528 nextpc = regs->pc + 4; ieee_fpe_handler()
532 nextpc = regs->pc + 4; ieee_fpe_handler()
534 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1); ieee_fpe_handler()
538 nextpc = regs->regs[nib[1]]; ieee_fpe_handler()
542 nextpc = regs->pc + 4 + regs->regs[nib[1]]; ieee_fpe_handler()
545 nextpc = regs->pr; ieee_fpe_handler()
548 nextpc = regs->pc + 2; ieee_fpe_handler()
570 regs->pc = nextpc; ieee_fpe_handler()
/linux-4.4.14/arch/nios2/kernel/
H A Dhead.S86 nextpc et
104 nextpc et
126 nextpc r1 /* Find out where we are */
/linux-4.4.14/arch/mn10300/kernel/
H A Dkprobes.c404 unsigned long nextpc; prepare_singlestep() local
410 nextpc = find_nextpc(regs, &cur_kprobe_ss_flags); prepare_singlestep()
412 cur_kprobe_next_pc = cur_kprobe_orig_pc + (nextpc - regs->pc); prepare_singlestep()
414 cur_kprobe_next_pc = nextpc; prepare_singlestep()
418 nextpc = singlestep_branch_setup(regs); prepare_singlestep()
420 cur_kprobe_bp_addr = nextpc; prepare_singlestep()
422 *(u8 *) nextpc = BREAKPOINT_INSTRUCTION; prepare_singlestep()
/linux-4.4.14/arch/nios2/boot/compressed/
H A Dhead.S37 nextpc r1 /* Find out where we are */
/linux-4.4.14/arch/h8300/kernel/
H A Dptrace_h.c212 static unsigned short *nextpc(struct task_struct *child, unsigned short *pc) nextpc() function
243 next = nextpc(child, (unsigned short *)h8300_get_reg(child, PT_PC)); user_enable_single_step()
/linux-4.4.14/arch/mips/kvm/
H A Demulate.c49 long nextpc = KVM_INVALID_INST; kvm_compute_return_epc() local
68 nextpc = arch->gprs[insn.r_format.rs]; kvm_compute_return_epc()
86 nextpc = epc; kvm_compute_return_epc()
95 nextpc = epc; kvm_compute_return_epc()
105 nextpc = epc; kvm_compute_return_epc()
115 nextpc = epc; kvm_compute_return_epc()
127 nextpc = epc; kvm_compute_return_epc()
140 nextpc = epc; kvm_compute_return_epc()
151 nextpc = epc; kvm_compute_return_epc()
161 nextpc = epc; kvm_compute_return_epc()
171 nextpc = epc; kvm_compute_return_epc()
181 nextpc = epc; kvm_compute_return_epc()
190 return nextpc; kvm_compute_return_epc()
194 return nextpc; kvm_compute_return_epc()
198 return nextpc; kvm_compute_return_epc()

Completed in 258 milliseconds