Searched refs:regstk (Results 1 – 8 of 8) sorted by relevance
/arch/ia64/sn/kernel/ |
D | pio_phys.S | 26 .regstk 1,0,0,0 41 .regstk 2,0,0,0 56 .regstk 4,0,0,0
|
/arch/ia64/hp/sim/boot/ |
D | boot_head.S | 41 .regstk 5,0,0,0 48 .regstk 2,0,0,0
|
/arch/ia64/kernel/ |
D | unwind.c | 338 if ((unsigned long) addr < info->regstk.limit in unw_access_gr() 339 || (unsigned long) addr >= info->regstk.top) in unw_access_gr() 344 info->regstk.limit, in unw_access_gr() 345 info->regstk.top); in unw_access_gr() 348 if ((unsigned long) nat_addr >= info->regstk.top) in unw_access_gr() 372 if ((unsigned long) addr < info->regstk.limit in unw_access_gr() 373 || (unsigned long) addr >= info->regstk.top) in unw_access_gr() 379 if ((unsigned long) nat_addr >= info->regstk.top) in unw_access_gr() 1877 return (loc >= info->regstk.limit && loc < info->regstk.top) || in unw_valid() 1933 if (info->bsp < info->regstk.limit || info->bsp > info->regstk.top) { in unw_unwind() [all …]
|
/arch/ia64/lib/ |
D | clear_page.S | 34 .regstk 1,0,0,0
|
D | idiv32.S | 42 .regstk 2,0,0,0
|
D | idiv64.S | 40 .regstk 2,0,0,0
|
/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 21 .regstk 6,0,0,0
|
/arch/ia64/include/asm/ |
D | unwind.h | 52 struct unw_stack regstk; member
|