Home | History | Annotate | Download | only in ia64

Lines Matching refs:cfm

58   *num_regsp = c->cfm & 0x7f;		/* size of frame */
76 num_regs = c->cfm & 0x7f;
147 /* update the CFM cache: */
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0)
249 /* update the CFM cache: */
250 ret = ia64_get (c, c->cfm_loc, &c->cfm);
254 /* Normally, AR.EC is stored in the CFM save-location. That
257 any other info in CFM. Instead, AR.EC gets saved on the first
259 frames need to track the _previous_ CFM save-location since
311 num_regs = (c->cfm >> 7) & 0x7f; /* size of locals */