• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/

Lines Matching defs:any

12  * circumvent, violate, or enable the circumvention or violation of, any
191 for (idx = 0; idx < pages; idx++) { /* De-allocate any pages we managed to allocate */
322 if(CEntry->vmmFacCtx.FPUsave) { /* Is there any floating point context? */
323 toss_live_fpu(&CEntry->vmmFacCtx); /* Get rid of any live context here */
327 if(CEntry->vmmFacCtx.VMXsave) { /* Is there any vector context? */
328 toss_live_vec(&CEntry->vmmFacCtx); /* Get rid of any live context here */
680 ** sure that old VMM users (not that we really have any) who depend upon
701 if(CEntry->vmmFacCtx.FPUsave) { /* Is there any floating point context? */
702 toss_live_fpu(&CEntry->vmmFacCtx); /* Get rid of any live context here */
706 if(CEntry->vmmFacCtx.VMXsave) { /* Is there any vector context? */
707 toss_live_vec(&CEntry->vmmFacCtx); /* Get rid of any live context here */
713 /* Get context's guest pmap (if any) */
756 * When we have tossed the last context, toss any address spaces left over before releasing
769 if (pmap->pmapVmmExt) { /* Release any VMM pmap extension block and shadow hash table */
879 ** any vmm contexts, it calls vmm_tear_down_context for each one.
942 ** it, and this mapping may disappear at any time, even before it gets used. Note also
1128 adsp = (index >> 8) & 0xFF; /* Get any requested address space */
1205 if(ret != KERN_SUCCESS) /* Bail if any error */
1224 ** Host virtual address (page aligned) or -1 if not mapped or any failure
1573 adsp = (index >> 8) & 0xFF; /* Get any requested address space */
1804 int cvi, any;
1808 if(!((unsigned int)act->machine.vmmControl & 0xFFFFFFFE)) { /* Are there any virtual machines? */
1817 any = 0; /* Haven't found a running unexpired timer yet */
1847 any = 1; /* Show we found an active unexpired timer */
1853 if(any) {
1865 ** If any is currently executing, the execution is intercepted
1874 ** NOTE: if this mask is all 0s, any executing VM is intercepted with
1925 if(!((unsigned int)CTable & -2)) { /* Are there any all the way up yet? */
1987 ** This include any kind of interruption generation (other than timer pop)
2013 if(!((unsigned int)CTable & -2)) return; /* Leave if we aren't doing VMs any more... */