Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dunwind.h44 #define UNW_FLAG_INTERRUPT_FRAME (1UL << 0) macro
138 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
/arch/ia64/kernel/
Dunwind.c271 if (info->flags & UNW_FLAG_INTERRUPT_FRAME) in get_scratch_regs()
856 sr->flags |= UNW_FLAG_INTERRUPT_FRAME; in desc_abi()
1923 if ((info->flags & UNW_FLAG_INTERRUPT_FRAME)) { in unw_unwind()