Home
last modified time | relevance | path

Searched refs:next_pc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/sh/kernel/cpu/sh5/
Dunwind.c237 unsigned long next_fp, next_pc; in sh64_unwind_inner() local
276 next_pc = regs->regs[18]; in sh64_unwind_inner()
278 next_pc = 0; in sh64_unwind_inner()
281 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner()
283 pc = next_pc & ~1; in sh64_unwind_inner()
/Linux-v5.4/arch/microblaze/kernel/
Dunwind.c201 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local
265 &next_pc) == 0) { in microblaze_unwind_inner()
267 pc = next_pc & ~3; in microblaze_unwind_inner()
276 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
/Linux-v5.4/arch/arc/kernel/
Dkprobes.c127 unsigned long next_pc; in setup_singlestep() local
151 next_pc = bta & ~0x01; in setup_singlestep()
158 next_pc += 2; in setup_singlestep()
172 &next_pc, &tgt_if_br); in setup_singlestep()
174 p->ainsn.t1_addr = (kprobe_opcode_t *) next_pc; in setup_singlestep()
Ddisasm.c502 unsigned long *next_pc, unsigned long *tgt_if_br) in disasm_next_pc() argument
509 *next_pc = pc + instr.instr_len; in disasm_next_pc()
521 disasm_instr(*next_pc, &instr_d, 0, regs, cregs); in disasm_next_pc()
523 *next_pc += instr_d.instr_len; in disasm_next_pc()
527 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
529 *next_pc = regs->lp_start; in disasm_next_pc()
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c2757 unsigned long next_pc; in emulate_update_regs() local
2759 next_pc = truncate_if_32bit(regs->msr, regs->nip + 4); in emulate_update_regs()
2772 regs->link = next_pc; in emulate_update_regs()
2774 next_pc = op->val; in emulate_update_regs()
2834 regs->nip = next_pc; in emulate_update_regs()