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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dthread.h69 savearea_fpu *FPUsave; /* The floating point savearea */
179 extern struct savearea_fpu *find_user_fpu(thread_t);
H A Dgenassym.c1209 DECLARE("SAVsizevec", sizeof(struct savearea_fpu));
1271 DECLARE("savefp0", offsetof(struct savearea_fpu *, save_fp0));
1272 DECLARE("savefp1", offsetof(struct savearea_fpu *, save_fp1));
1273 DECLARE("savefp2", offsetof(struct savearea_fpu *, save_fp2));
1274 DECLARE("savefp3", offsetof(struct savearea_fpu *, save_fp3));
1275 DECLARE("savefp4", offsetof(struct savearea_fpu *, save_fp4));
1276 DECLARE("savefp5", offsetof(struct savearea_fpu *, save_fp5));
1277 DECLARE("savefp6", offsetof(struct savearea_fpu *, save_fp6));
1278 DECLARE("savefp7", offsetof(struct savearea_fpu *, save_fp7));
1279 DECLARE("savefp8", offsetof(struct savearea_fpu *, save_fp
[all...]
H A Dstatus.c110 register savearea_fpu *fsv;
670 savearea_fpu *fsv, *fsvn, *fsvo;
886 fsv = (savearea_fpu *)save_alloc(); /* If we still don't have one, get a new one */
899 fsvn = CAST_DOWN(savearea_fpu *, fsvo->save_hdr.save_prev); /* Skip on to the next */
1035 savearea_fpu *fsv, *fsvn;
1058 fsvn = (savearea_fpu *)save_alloc(); /* If we still don't have one, get a new one */
1182 savearea_fpu *
1186 savearea_fpu *fsv;
1194 fsv = CAST_DOWN(savearea_fpu *, fsv->save_hdr.save_prev); /* Try the previous one */
1547 savearea_fpu *fs
[all...]
H A Dsavearea.h177 typedef struct savearea_fpu { struct
233 } savearea_fpu; typedef in typeref:struct:savearea_fpu
H A Dpcb.c267 savearea_fpu *fsv, *fpsv;
304 fsv = CAST_DOWN(savearea_fpu *, fsv->save_hdr.save_prev); /* Get one underneath our's */
343 register savearea_fpu *fsv, *fpst, *fsvt;
408 fsv = CAST_DOWN(savearea_fpu *, fsv->save_hdr.save_prev);
419 fsvt = CAST_DOWN(savearea_fpu *, fsvt->save_hdr.save_prev); /* Get one underneath our's */
H A Dvmachmon.c1613 register struct savearea_fpu *sv;

Completed in 55 milliseconds