Searched refs:cfm_loc (Results 1 – 6 of 6) sorted by relevance
52 c->cfm_loc = IA64_LOC_ADDR (sc_addr + LINUX_SC_CFM_OFF, 0); in linux_sigtramp()113 c->cfm_loc = IA64_LOC_UC_REG (UNW_IA64_CFM, sc_addr); in hpux_sigtramp()148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0) in hpux_sigtramp()228 prev_cfm_loc = c->cfm_loc; in update_frame_state()248 c->cfm_loc = c->loc[IA64_REG_PFS]; in update_frame_state()250 ret = ia64_get (c, c->cfm_loc, &c->cfm); in update_frame_state()263 c->ec_loc = c->cfm_loc; in update_frame_state()
89 case UNW_IA64_CFM: loc = c->cfm_loc; break; in unw_get_save_loc()105 loc = c->cfm_loc; in unw_get_save_loc()
38 c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM); in common_init()91 ret = ia64_get (c, c->cfm_loc, &c->cfm); in common_init()
424 loc = c->cfm_loc; in tdep_access_reg()
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */ member
56 + cache the value of *cfm_loc; each rotate_FOO() call needs it!