Home
last modified time | relevance | path

Searched refs:UNW_FLAG_INTERRUPT_FRAME (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dunwind.h45 #define UNW_FLAG_INTERRUPT_FRAME (1UL << 0) macro
139 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dunwind.h45 #define UNW_FLAG_INTERRUPT_FRAME (1UL << 0) macro
139 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c272 if (info->flags & UNW_FLAG_INTERRUPT_FRAME) in get_scratch_regs()
859 sr->flags |= UNW_FLAG_INTERRUPT_FRAME; in desc_abi()
1927 if ((info->flags & UNW_FLAG_INTERRUPT_FRAME)) { in unw_unwind()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c272 if (info->flags & UNW_FLAG_INTERRUPT_FRAME) in get_scratch_regs()
859 sr->flags |= UNW_FLAG_INTERRUPT_FRAME; in desc_abi()
1927 if ((info->flags & UNW_FLAG_INTERRUPT_FRAME)) { in unw_unwind()

Completed in 8 milliseconds