Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 7 of 7) sorted by relevance

/arch/parisc/kernel/
A Dunwind.c441 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument
443 unwind_frame_regs(next_frame); in unwind_once()
445 if (next_frame->prev_sp == 0 || in unwind_once()
446 next_frame->prev_ip == 0) in unwind_once()
449 next_frame->sp = next_frame->prev_sp; in unwind_once()
450 next_frame->ip = next_frame->prev_ip; in unwind_once()
451 next_frame->prev_sp = 0; in unwind_once()
452 next_frame->prev_ip = 0; in unwind_once()
455 next_frame->t ? (int)next_frame->t->pid : -1, in unwind_once()
456 next_frame->sp, next_frame->ip); in unwind_once()
/arch/x86/include/asm/
A Dstacktrace.h103 struct stack_frame *next_frame; member
108 u32 next_frame; member
/arch/um/include/asm/
A Dstacktrace.h9 struct stack_frame *next_frame; member
/arch/loongarch/kernel/
A Dunwind_prologue.c195 static bool next_frame(struct unwind_state *state) in next_frame() function
264 next_frame(state) : default_next_frame(state); in unwind_next_frame()
/arch/um/kernel/
A Dstacktrace.c34 frame = frame ? frame->next_frame : NULL; in dump_trace()
/arch/arm64/kernel/
A Dsignal.c51 struct frame_record __user *next_frame; member
1232 __put_user_error(regs->regs[29], &user->next_frame->fp, err); in setup_sigframe()
1233 __put_user_error(regs->regs[30], &user->next_frame->lr, err); in setup_sigframe()
1371 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()
1457 regs->regs[29] = (unsigned long)&user->next_frame->fp; in setup_return()
/arch/x86/events/
A Dcore.c2917 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user32()
2923 fp = compat_ptr(ss_base + frame.next_frame); in perf_callchain_user32()
2982 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user()
2988 fp = (void __user *)frame.next_frame; in perf_callchain_user()

Completed in 19 milliseconds