Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/include/asm/
Dunwind.h139 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0) macro
/linux-5.19.10/arch/ia64/kernel/
Dptrace.c694 if (unw_is_intr_frame(&info) in convert_to_non_syscall()
Dunwind.c1982 if (unw_is_intr_frame(info) && in unw_unwind_to_user()