Searched refs:regstk (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind.c | 339 if ((unsigned long) addr < info->regstk.limit in unw_access_gr() 345 info->regstk.limit, in unw_access_gr() 346 info->regstk.top); in unw_access_gr() 373 if ((unsigned long) addr < info->regstk.limit in unw_access_gr() 374 || (unsigned long) addr >= info->regstk.top) in unw_access_gr() 380 if ((unsigned long) nat_addr >= info->regstk.top) in unw_access_gr() 1878 return (loc >= info->regstk.limit && loc < info->regstk.top) || in unw_valid() 1934 if (info->bsp < info->regstk.limit || info->bsp > info->regstk.top) { in unw_unwind() 1936 __func__, info->bsp, info->regstk.limit, info->regstk.top); in unw_unwind() 2031 info->regstk.limit = rbslimit; in init_frame_info() [all …]
|
/linux-6.3-rc2/arch/ia64/lib/ |
A D | clear_page.S | 36 .regstk 1,0,0,0
|
A D | idiv32.S | 44 .regstk 2,0,0,0
|
A D | idiv64.S | 42 .regstk 2,0,0,0
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | unwind.h | 53 struct unw_stack regstk; member
|
Completed in 132 milliseconds