Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dunwind.h53 struct unw_stack memstk; member
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c1892 if (info->sp < info->memstk.top || info->sp > info->memstk.limit) { in unw_unwind()
1894 __FUNCTION__, info->sp, info->memstk.top, info->memstk.limit); in unw_unwind()
1979 info->memstk.limit = stklimit; in init_frame_info()
1980 info->memstk.top = stktop; in init_frame_info()