Home
last modified time | relevance | path

Searched refs:unw_is_intr_frame (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/oprofile/
Dbacktrace.c97 if (unw_is_intr_frame(&bt->frame)) { in do_ia64_backtrace()
/linux-2.6.39/arch/ia64/include/asm/
Dunwind.h138 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0) macro
/linux-2.6.39/arch/ia64/kernel/
Dptrace.c777 if (unw_is_intr_frame(&info) in convert_to_non_syscall()
Dunwind.c1982 if (unw_is_intr_frame(info) && in unw_unwind_to_user()