memstk 54 arch/ia64/include/asm/unwind.h struct unw_stack memstk; memstk 1879 arch/ia64/kernel/unwind.c (loc >= info->memstk.top && loc < info->memstk.limit); memstk 1943 arch/ia64/kernel/unwind.c if (info->sp < info->memstk.top || info->sp > info->memstk.limit) { memstk 1945 arch/ia64/kernel/unwind.c __func__, info->sp, info->memstk.top, info->memstk.limit); memstk 2033 arch/ia64/kernel/unwind.c info->memstk.limit = stklimit; memstk 2034 arch/ia64/kernel/unwind.c info->memstk.top = stktop;