Home
last modified time | relevance | path

Searched refs:regstk (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/ia64/sn/kernel/
Dpio_phys.S26 .regstk 1,0,0,0
41 .regstk 2,0,0,0
56 .regstk 4,0,0,0
/Linux-v4.19/arch/ia64/kernel/
Dunwind.c339 if ((unsigned long) addr < info->regstk.limit in unw_access_gr()
340 || (unsigned long) addr >= info->regstk.top) in unw_access_gr()
345 info->regstk.limit, in unw_access_gr()
346 info->regstk.top); in unw_access_gr()
349 if ((unsigned long) nat_addr >= 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()
[all …]
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dboot_head.S42 .regstk 5,0,0,0
49 .regstk 2,0,0,0
/Linux-v4.19/arch/ia64/lib/
Dclear_page.S36 .regstk 1,0,0,0
Didiv32.S44 .regstk 2,0,0,0
Didiv64.S42 .regstk 2,0,0,0
/Linux-v4.19/arch/ia64/sn/kernel/sn2/
Dptc_deadlock.S21 .regstk 6,0,0,0
/Linux-v4.19/arch/ia64/include/asm/
Dunwind.h53 struct unw_stack regstk; member