Searched refs:next_pc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dptrace.c258 unsigned long *next_pc,
283 *next_pc = (pc & ~0x3) + disp;
291 *next_pc = (pc & ~0x3) + disp;
298 *next_pc = (pc & ~0x3) + disp;
308 *next_pc = get_stack_long(child, PT_BPC);
315 *next_pc = get_stack_long(child,
323 *next_pc = get_stack_long(child,
332 *next_pc = get_stack_long(child,
340 *next_pc = pc + 4;
342 *next_pc
257 compute_next_pc_for_16bit_insn(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
346 compute_next_pc_for_32bit_insn(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
406 compute_next_pc(unsigned long insn, unsigned long pc, unsigned long *next_pc, struct task_struct *child) argument
416 register_debug_trap(struct task_struct *child, unsigned long next_pc, unsigned long next_insn, unsigned long *code) argument
519 embed_debug_trap(struct task_struct *child, unsigned long next_pc) argument
664 unsigned long next_pc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dunwind.c233 unsigned long next_fp, next_pc; local
273 next_pc = regs->regs[18];
275 next_pc = 0;
278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) {
280 pc = next_pc & ~1;

Completed in 92 milliseconds