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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A D_types.h172 unsigned int save_vrvalid; /* VRs that have been saved */ member in struct:ppc_vector_state
H A D_structs.h292 unsigned int save_vrvalid; /* VRs that have been saved */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.h248 unsigned int save_vrvalid; /* Valid registers in saved context */ member in struct:savearea_vec
H A Dstatus.c376 vrvalidwrk = vsv->save_vrvalid; /* Get the valid flags */
377 vs->save_vrvalid = vsv->save_vrvalid; /* Set the valid flags */
407 vs->save_vrvalid = 0; /* Clear the valid flags */
948 vsv->save_vrvalid = vs->save_vrvalid; /* Set validity bits */
H A Dvmachmon.c1671 vrvalidwrk = sv->save_vrvalid; /* Get the valid flags */
H A Dgenassym.c1336 DECLARE("savevrvalid", offsetof(struct savearea_vec *, save_vrvalid));

Completed in 49 milliseconds