Searched refs:pc_offset (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 187 int pc_offset; member 412 info->pc_offset = -1; in get_frame_info() 457 if (info->pc_offset == -1 && in get_frame_info() 458 is_ra_save_ins(&insn, &info->pc_offset)) in get_frame_info() 463 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info() 465 if (info->pc_offset < 0) /* leaf */ in get_frame_info() 518 if (schedule_mfi.pc_offset < 0) in frame_info_init() 536 if (schedule_mfi.pc_offset < 0) in thread_saved_pc() 538 return ((unsigned long *)t->reg29)[schedule_mfi.pc_offset]; in thread_saved_pc() 627 pc = ((unsigned long *)(*sp))[info.pc_offset]; in unwind_stack_by_address()
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 385 intptr_t src_rx, pc_offset; 397 pc_offset = val - src_rx; 398 if (pc_offset == sextreg(pc_offset, 0, 22)) { 400 tcg_out_opc_pcaddu2i(s, rd, pc_offset >> 2); 405 pc_offset = (val >> 12) - (src_rx >> 12); 406 if (pc_offset == sextreg(pc_offset, 0, 20)) { 409 tcg_out_opc_pcalau12i(s, rd, pc_offset);
|