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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dfpu.c171 unsigned long nextpc; local
184 nextpc = regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3);
189 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1);
191 nextpc = regs->pc + 4;
196 nextpc = regs->pc + 4;
198 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1);
203 nextpc = regs->regs[nib[1]];
208 nextpc = regs->pc + 4 + regs->regs[nib[1]];
212 nextpc = regs->pr;
215 nextpc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c400 unsigned long nextpc; local
411 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3);
415 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1);
417 nextpc = regs->pc + 4;
421 nextpc = regs->pc + 4;
423 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1);
427 nextpc = regs->regs[nib[1]];
431 nextpc = regs->pc + 4 + regs->regs[nib[1]];
434 nextpc = regs->pr;
437 nextpc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c269 unsigned short *nextpc; local
270 nextpc = getnextpc(child,(unsigned short *)h8300_get_reg(child, PT_PC));
271 child->thread.breakinfo.addr = nextpc;
272 child->thread.breakinfo.inst = *nextpc;
273 *nextpc = BREAKINST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dmath.c509 unsigned long nextpc; local
522 nextpc = regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3);
526 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1);
528 nextpc = regs->pc + 4;
532 nextpc = regs->pc + 4;
534 nextpc = regs->pc + 4 + ((char) (insn & 0xff) << 1);
538 nextpc = regs->regs[nib[1]];
542 nextpc = regs->pc + 4 + regs->regs[nib[1]];
545 nextpc = regs->pr;
548 nextpc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkprobes.c400 unsigned long nextpc; local
406 nextpc = find_nextpc(regs, &cur_kprobe_ss_flags);
408 cur_kprobe_next_pc = cur_kprobe_orig_pc + (nextpc - regs->pc);
410 cur_kprobe_next_pc = nextpc;
414 nextpc = singlestep_branch_setup(regs);
416 cur_kprobe_bp_addr = nextpc;
418 *(u8 *) nextpc = BREAKPOINT_INSTRUCTION;

Completed in 173 milliseconds