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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c193 ts->vrsave = (unsigned int)sv->save_vrsave; /* VRSAVE register (Altivec only) */
264 xts->vrsave = sv->save_vrsave; /* VRSAVE register (Altivec only) */
514 ts->vrsave = (unsigned int)sv->save_vrsave; /* VRSAVE register (Altivec only) */
585 xts->vrsave = sv->save_vrsave; /* VRSAVE register (Altivec only) */
781 genuser->save_vrsave = ts->vrsave; /* VRSAVE register (Altivec only) */
839 genuser->save_vrsave = xts->vrsave; /* VRSAVE register (Altivec only) */
1010 sv->save_vrsave = 0; /* Set the vector save state */
1146 sv->save_vrsave = 0; /* Set the vector save state */
H A Dsavearea.h150 unsigned int save_vrsave; member in struct:savearea
H A Dpcb.c249 sv->save_vrsave = 0; /* Set the vector save state */
553 sv->save_vrsave = 0; /* Set the vector save state */
H A Dgenassym.c1223 DECLARE("savevrsave", offsetof(struct savearea *, save_vrsave));
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c104 ts->vrsave = (unsigned int)sv->save_vrsave;
155 xts->vrsave = sv->save_vrsave;
220 sv->save_vrsave = ts->vrsave;
268 sv->save_vrsave = xts->vrsave;

Completed in 57 milliseconds