Searched refs:unwind_frame (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/arch/unicore32/include/asm/
H A Dstacktrace.h24 extern int unwind_frame(struct stackframe *frame);
26 #define unwind_frame(f) (-EINVAL) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dstacktrace.h16 extern int unwind_frame(struct stackframe *frame);
/linux-4.1.27/arch/arm/include/asm/
H A Dstacktrace.h26 extern int unwind_frame(struct stackframe *frame);
/linux-4.1.27/arch/arm64/include/asm/
H A Dstacktrace.h25 extern int unwind_frame(struct stackframe *frame);
/linux-4.1.27/arch/metag/kernel/
H A Dstacktrace.c39 int notrace unwind_frame(struct stackframe *frame) unwind_frame() function
81 int notrace unwind_frame(struct stackframe *frame) unwind_frame() function
110 ret = unwind_frame(frame); walk_stackframe()
/linux-4.1.27/arch/unicore32/kernel/
H A Dstacktrace.c35 int notrace unwind_frame(struct stackframe *frame) unwind_frame() function
65 ret = unwind_frame(frame); walk_stackframe()
H A Dprocess.c294 int ret = unwind_frame(&frame); get_wchan()
/linux-4.1.27/arch/arm64/kernel/
H A Dstacktrace.c38 int notrace unwind_frame(struct stackframe *frame) unwind_frame() function
64 ret = unwind_frame(frame); walk_stackframe()
H A Dtime.c57 int ret = unwind_frame(&frame); profile_pc()
H A Dprocess.c364 unwind_frame(&frame)) get_wchan()
H A Dtraps.c164 ret = unwind_frame(&frame); dump_backtrace()
/linux-4.1.27/arch/arm/kernel/
H A Dstacktrace.c25 int notrace unwind_frame(struct stackframe *frame) unwind_frame() function
55 ret = unwind_frame(frame); walk_stackframe()
H A Dtime.c55 int ret = unwind_frame(&frame); profile_pc()
H A Dunwind.c388 int unwind_frame(struct stackframe *frame) unwind_frame() function
506 urc = unwind_frame(&frame); unwind_backtrace()
H A Dprocess.c278 unwind_frame(&frame) < 0) get_wchan()

Completed in 227 milliseconds