Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dunwind.h146 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0) macro
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c1931 if (unw_is_intr_frame(info) && in unw_unwind_to_user()