Home
last modified time | relevance | path

Searched refs:next_fp (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
H A Dstacktrace.c83 const void __user *next_fp; member
98 if (__get_user(frame->next_fp, &fp->next_fp) || in copy_stack_frame()
117 frame.next_fp = NULL; in arch_stack_walk_user()
127 fp = frame.next_fp; in arch_stack_walk_user()
/linux/arch/openrisc/kernel/
H A Dunwinder.c63 unsigned long *next_fp = NULL; in unwind_stack() local
74 (next_fp == NULL || in unwind_stack()
75 next_fp == &frameinfo->top)) { in unwind_stack()
77 next_fp = frameinfo->fp; in unwind_stack()
/linux/arch/microblaze/kernel/
H A Dunwind.c196 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local
250 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp, in microblaze_unwind_inner()
254 fp = next_fp; in microblaze_unwind_inner()
262 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()