Searched refs:UNW_REG_RP (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_decoder.c25 * UNW_REG_RP
224 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
287 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break;
288 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
312 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break;
H A Dunwind_i.h28 UNW_REG_RP, enumerator in enum:unw_register_index
H A Dunwind.c146 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
607 case 0x63: return UNW_REG_RP;
1477 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR;
1478 sr.curr.reg[UNW_REG_RP].when = -1;
1479 sr.curr.reg[UNW_REG_RP].val = 0;
1480 compile_reg(&sr, UNW_REG_RP, script);
1520 if (sr.curr.reg[UNW_REG_RP].when >= sr.when_target) {
1521 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR;
1522 sr.curr.reg[UNW_REG_RP].when = -1;
1523 sr.curr.reg[UNW_REG_RP]
[all...]

Completed in 37 milliseconds