Searched defs:unwind_user_frame (Results 1 – 3 of 3) sorted by relevance
28 struct unwind_user_frame { struct29 s32 cfa_off;30 s32 ra_off;31 s32 fp_off;32 bool use_fp;
172 static unsigned long unwind_user_frame(stack_trace_consume_fn consume_entry, in unwind_user_frame() function
516 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame() function