Lines Matching refs:ip
233 e = find_unwind_entry(info->ip); in unwind_frame_regs()
237 dbg("Cannot find unwind entry for 0x%lx; forced unwinding\n", info->ip); in unwind_frame_regs()
245 kallsyms_lookup(info->ip, NULL, NULL, &modname, in unwind_frame_regs()
248 dbg("info->ip = 0x%lx, name = %s\n", info->ip, symname); in unwind_frame_regs()
255 info->ip, info->prev_sp, in unwind_frame_regs()
288 "prev_sp=%lx prev_ip=%lx\n", info->ip, in unwind_frame_regs()
301 npc < info->ip; in unwind_frame_regs()
312 "%lx, frame_size = %ld\n", info->ip, in unwind_frame_regs()
319 "%lx, frame_size = %ld\n", info->ip, in unwind_frame_regs()
326 "-20(sp) @ %lx\n", info->ip, npc); in unwind_frame_regs()
332 "-16(sp) @ %lx\n", info->ip, npc); in unwind_frame_regs()
347 "prev_ip=%lx npc=%lx\n", info->ip, info->prev_sp, in unwind_frame_regs()
358 info->ip = regs->iaoq[0]; in unwind_frame_init()
363 t ? (int)t->pid : -1, info->sp, info->ip); in unwind_frame_init()
395 next_frame->ip = next_frame->prev_ip; in unwind_once()
401 next_frame->sp, next_frame->ip); in unwind_once()
412 } while (!ret && !(info->ip & 3)); in unwind_to_user()
434 if (unwind_once(&info) < 0 || info.ip == 0) in return_address()
436 if (!kernel_text_address(info.ip)) in return_address()
438 } while (info.ip && level--); in return_address()
440 return info.ip; in return_address()