Searched refs:next_pc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/microblaze/kernel/ |
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()
|
/linux-6.12.1/arch/arc/kernel/ |
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()
|
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()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_parser.h | 227 u8 next_pc; /* next Program Counter */ member
|
D | ice_parser_rt.c | 372 ice_gpr_add(rt, ICE_GPR_NP_IDX, rt->action->next_pc); in ice_pg_exe()
|
D | ice_parser.c | 668 dev_info(dev, "\tnext_pc = %d\n", action->next_pc); in ice_pg_cam_action_dump() 721 action->next_pc = FIELD_GET(ICE_PGCA_NPC, data); in ice_pg_cam_action_init()
|
/linux-6.12.1/arch/powerpc/lib/ |
D | sstep.c | 3232 unsigned long next_pc; in emulate_update_regs() local 3234 next_pc = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op->type)); in emulate_update_regs() 3247 regs->link = next_pc; in emulate_update_regs() 3249 next_pc = op->val; in emulate_update_regs() 3311 regs_set_return_ip(regs, next_pc); in emulate_update_regs()
|