Searched refs:UNW_WHERE_PSPREL (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h65 UNW_WHERE_PSPREL, /* register is saved on memstack (psp-relative) */ enumerator in enum:unw_where
68 * UNW_WHERE_PSPREL and UNW_WHERE_GR, respectively:
H A Dunwind.c725 reg->where = UNW_WHERE_PSPREL;
984 set_reg(sr->curr.reg + reg, UNW_WHERE_PSPREL, sr->region_start + sr->region_len - 1,
1131 r->where = UNW_WHERE_PSPREL;
1388 case UNW_WHERE_PSPREL:
1474 case UNW_WHERE_PSPREL:
1604 if ((r->where == UNW_WHERE_PSPREL && r->val <= 0x10)
1639 case UNW_WHERE_PSPREL: UNW_DPRINT(1, "[psp+0x%lx]", r->val); break;

Completed in 42 milliseconds