UNW_FLAG_INTERRUPT_FRAME  139 arch/ia64/include/asm/unwind.h #define unw_is_intr_frame(info)	(((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
UNW_FLAG_INTERRUPT_FRAME  272 arch/ia64/kernel/unwind.c 		if (info->flags & UNW_FLAG_INTERRUPT_FRAME)
UNW_FLAG_INTERRUPT_FRAME  857 arch/ia64/kernel/unwind.c 		sr->flags |= UNW_FLAG_INTERRUPT_FRAME;
UNW_FLAG_INTERRUPT_FRAME 1924 arch/ia64/kernel/unwind.c 	if ((info->flags & UNW_FLAG_INTERRUPT_FRAME)) {