Home
last modified time | relevance | path

Searched refs:unwind_once (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dstacktrace.c23 if (unwind_once(&info) < 0 || info.ip == 0) in walk_stackframe()
H A Dunwind.c441 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() function
466 ret = unwind_once(info); in unwind_to_user()
482 if (unwind_once(&info) < 0 || info.ip == 0) in return_address()
H A Dprocess.c271 if (unwind_once(&info) < 0) in __get_wchan()
H A Dtraps.c184 if (unwind_once(info) < 0 || info->ip == 0) in do_show_stack()
/openbmc/linux/arch/parisc/include/asm/
H A Dunwind.h80 int unwind_once(struct unwind_frame_info *info);