Searched refs:next_pc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/microblaze/kernel/ |
H A D | unwind.c | 196 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local 251 &next_pc) == 0) { in microblaze_unwind_inner() 253 pc = next_pc & ~3; in microblaze_unwind_inner() 262 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | kprobes.c | 127 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()
|
H A D | disasm.c | 562 unsigned long *next_pc, unsigned long *tgt_if_br) in disasm_next_pc() argument 568 *next_pc = pc + instr.instr_len; in disasm_next_pc() 580 disasm_instr(*next_pc, &instr_d, 0, regs, cregs); in disasm_next_pc() 582 *next_pc += instr_d.instr_len; in disasm_next_pc() 586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc() 588 *next_pc = regs->lp_start; in disasm_next_pc()
|
/openbmc/qemu/hw/m68k/ |
H A D | next-cube.c | 833 struct NeXTPC *next_pc = NEXT_PC(pcdev); in next_scsi_init() local 852 next_pc->scsi_reset = qdev_get_gpio_in(dev, 0); in next_scsi_init() 853 next_pc->scsi_dma = qdev_get_gpio_in(dev, 1); in next_scsi_init()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 3228 unsigned long next_pc; in emulate_update_regs() local 3230 next_pc = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op->type)); in emulate_update_regs() 3243 regs->link = next_pc; in emulate_update_regs() 3245 next_pc = op->val; in emulate_update_regs() 3307 regs_set_return_ip(regs, next_pc); in emulate_update_regs()
|
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 2543 void helper_call(CPUTriCoreState *env, uint32_t next_pc) in helper_call() argument 2596 env->gpr_a[11] = next_pc; in helper_call()
|