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

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind.c94 /* maps a preserved register index (preg_index) to corresponding switch_stack offset: */
101 unsigned short preg_index[UNW_NUM_REGS]; member in struct:__anon1738
153 .preg_index = {
1398 insn.dst = unw.preg_index[i];
1429 val = unw.preg_index[UNW_REG_R4 + (rval - 4)]; compile_reg()
1442 val = unw.preg_index[UNW_REG_F2 + (rval - 2)]; compile_reg()
1444 val = unw.preg_index[UNW_REG_F16 + (rval - 16)]; compile_reg()
1457 val = unw.preg_index[UNW_REG_B1 + (rval - 1)]; compile_reg()
1483 insn.dst = unw.preg_index[i]; compile_reg()
1497 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP];
2255 unw.sw_off[unw.preg_index[UNW_REG_PRI_UNAT_GR]] = SW(CALLER_UNAT); unw_init()
2256 unw.sw_off[unw.preg_index[UNW_REG_BSPSTORE]] = SW(AR_BSPSTORE); unw_init()
2257 unw.sw_off[unw.preg_index[UNW_REG_PFS]] = SW(AR_PFS); unw_init()
2258 unw.sw_off[unw.preg_index[UNW_REG_RP]] = SW(B0); unw_init()
2259 unw.sw_off[unw.preg_index[UNW_REG_UNAT]] = SW(CALLER_UNAT); unw_init()
2260 unw.sw_off[unw.preg_index[UNW_REG_PR]] = SW(PR); unw_init()
2261 unw.sw_off[unw.preg_index[UNW_REG_LC]] = SW(AR_LC); unw_init()
2262 unw.sw_off[unw.preg_index[UNW_REG_FPSR]] = SW(AR_FPSR); unw_init()
2264 unw.sw_off[unw.preg_index[i]] = off; unw_init()
2266 unw.sw_off[unw.preg_index[i]] = off; unw_init()
2268 unw.sw_off[unw.preg_index[i]] = off; unw_init()
2270 unw.sw_off[unw.preg_index[i]] = off; unw_init()

Completed in 45 milliseconds