Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dunwind.h44 #define UNW_FLAG_INTERRUPT_FRAME (1UL << 0) macro
146 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c269 if (info->flags & UNW_FLAG_INTERRUPT_FRAME) in get_scratch_regs()
831 sr->flags |= UNW_FLAG_INTERRUPT_FRAME; in desc_abi()
1873 if ((info->flags & UNW_FLAG_INTERRUPT_FRAME)) { in unw_unwind()