Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/cpu/sh5/
Dunwind.c240 unsigned long next_fp, next_pc; in sh64_unwind_inner() local
279 next_pc = regs->regs[18]; in sh64_unwind_inner()
281 next_pc = 0; in sh64_unwind_inner()
284 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner()
286 pc = next_pc & ~1; in sh64_unwind_inner()
/Linux-v4.19/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-v4.19/arch/arc/kernel/
Dkprobes.c130 unsigned long next_pc; in setup_singlestep() local
154 next_pc = bta & ~0x01; in setup_singlestep()
161 next_pc += 2; in setup_singlestep()
175 &next_pc, &tgt_if_br); in setup_singlestep()
177 p->ainsn.t1_addr = (kprobe_opcode_t *) next_pc; in setup_singlestep()
Ddisasm.c505 unsigned long *next_pc, unsigned long *tgt_if_br) in disasm_next_pc() argument
512 *next_pc = pc + instr.instr_len; in disasm_next_pc()
524 disasm_instr(*next_pc, &instr_d, 0, regs, cregs); in disasm_next_pc()
526 *next_pc += instr_d.instr_len; in disasm_next_pc()
530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
532 *next_pc = regs->lp_start; in disasm_next_pc()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c2651 unsigned long next_pc; in emulate_update_regs() local
2653 next_pc = truncate_if_32bit(regs->msr, regs->nip + 4); in emulate_update_regs()
2666 regs->link = next_pc; in emulate_update_regs()
2668 next_pc = op->val; in emulate_update_regs()
2728 regs->nip = next_pc; in emulate_update_regs()