Searched refs:unw_unwind (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
H A Dstacktrace.c29 } while (unw_unwind(info) >= 0); ia64_do_save_stack()
H A Dprocess.c82 } while (unw_unwind(info) >= 0); ia64_do_show_stack()
614 if (unw_unwind(&info) < 0) get_wchan()
H A Dunwind.c1885 unw_unwind (struct unw_frame_info *info) unw_unwind()
1969 EXPORT_SYMBOL(unw_unwind); unw_unwind_to_user()
1994 } while (unw_unwind(info) >= 0); unw_unwind_to_user()
1882 unw_unwind (struct unw_frame_info *info) unw_unwind() function
1966 EXPORT_SYMBOL(unw_unwind); global() variable
H A Dmca.c1098 * unwind.c::unw_unwind() does special processing for interrupt frames. ia64_mca_modify_original_stack()
1100 * is clear then unw_unwind() does _not_ adjust bsp over pt_regs. Not ia64_mca_modify_original_stack()
H A Dkprobes.c1032 } while (unw_unwind(info) >= 0); ia64_get_bsp_cfm()
H A Dptrace.c732 if (unw_unwind(&info) < 0) convert_to_non_syscall()
/linux-4.4.14/arch/ia64/oprofile/
H A Dbacktrace.c47 * Avoid unsightly console message from unw_unwind() when attempting next_frame()
66 return unw_unwind(&bt->frame) == 0; next_frame()
/linux-4.4.14/arch/ia64/include/asm/
H A Dunwind.h129 extern int unw_unwind (struct unw_frame_info *info);
H A Dprocessor.h618 if (unw_unwind(&info) < 0) thread_saved_pc()

Completed in 419 milliseconds