Searched refs:lowest (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c541 pmap_memory_region_t *lowest = NULL; local
549 if ( (lowest == NULL) || (pmptr->alloc < lowest->alloc) )
550 lowest = pmptr;
553 if ( (lowest != NULL) ) {
554 bounce_pool_base = lowest->alloc * PAGE_SIZE;
557 lowest->alloc += pages_needed;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s371 ; r10 = lowest expected next va, 0 at the beginning of the search
400 addi r10,r4,0x1000 ; Get the lowest VA we can get next
454 ; r10 = lowest expected next va, 0 at the beginning of the search
483 addi r10,r4,0x1000 ; Get the lowest VA we can get next
H A Dlowmem_vectors.s2376 cmplw cr1,r30,r27 ; Check lowest

Completed in 46 milliseconds