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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.h251 unsigned int save_vr0[4]; member in struct:savearea_vec
H A Dstatus.c388 ((unsigned int *)&(vsv->save_vr0))[(i * 4) + j]; /* We have this register saved */
947 bcopy((char *)vs, (char *)&vsv->save_vr0, 32*16); /* 32 registers plus status and validity and pad */
H A Dvmachmon.c1676 CEntry->vmmContextKern->vmm_proc_state.ppcVRs[i].i[j] = ((unsigned int *)&(sv->save_vr0))[(i * 4) + j];
H A Dgenassym.c1304 DECLARE("savevr0", offsetof(struct savearea_vec *, save_vr0));

Completed in 42 milliseconds