Searched refs:fowner (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpcb.c135 facility_context *fowner; local
150 fowner = ppinfo->FPU_owner; /* Cache this because it may change */
151 if(fowner) { /* Is there any live context? */
152 if(fowner->facAct == old) { /* Is it for us? */
153 fpu_save(fowner); /* Yes, save it */
156 fowner = ppinfo->VMX_owner; /* Cache this because it may change */
157 if(fowner) { /* Is there any live context? */
158 if(fowner->facAct == old) { /* Is it for us? */
159 vec_save(fowner); /* Yes, save it */
572 facility_context *fowner; local
[all...]
H A Dcpu.c428 facility_context *fowner; local
439 fowner = proc_info->FPU_owner; /* Cache this */
440 if(fowner) /* If anyone owns FPU, save it */
441 fpu_save(fowner);
444 fowner = proc_info->VMX_owner; /* Cache this */
445 if(fowner) vec_save(fowner); /* If anyone owns vectors, save it */

Completed in 80 milliseconds