Searched refs:next_fp (Results 1 – 3 of 3) sorted by relevance
83 const void __user *next_fp; member98 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()
63 unsigned long *next_fp = NULL; in unwind_stack() local74 (next_fp == NULL || in unwind_stack()75 next_fp == &frameinfo->top)) { in unwind_stack()77 next_fp = frameinfo->fp; in unwind_stack()
196 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local250 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()
Completed in 6 milliseconds