Home
last modified time | relevance | path

Searched defs:unwind_user_frame (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dunwind_user_types.h28 struct unwind_user_frame { struct
29 s32 cfa_off;
30 s32 ra_off;
31 s32 fp_off;
32 bool use_fp;
/linux/arch/riscv/kernel/
H A Dstacktrace.c172 static unsigned long unwind_user_frame(stack_trace_consume_fn consume_entry, in unwind_user_frame() function
/linux/arch/arm64/kernel/
H A Dstacktrace.c516 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame() function