Searched refs:highest (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c545 ppnum_t lastPage, highest = 0; local
559 if (lastPage > highest)
560 highest = lastPage;
562 return (highest);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp299 ppnum_t highest; local
300 while (mdSummary.fHighestPage > (highest = gIOHighestAllocatedPage))
302 if (OSCompareAndSwap(highest, mdSummary.fHighestPage,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s114 lwzx r3,r8,r7 ; get 32-bit ptr to 1st mapping in highest list
118 ldx r3,r8,r7 ; get 64-bit ptr to 1st mapping in highest list
352 lwzx r3,r8,r7 ; get 32-bit ptr to 1st mapping in highest list
358 ldx r3,r8,r7 ; get 64-bit ptr to 1st mapping in highest list
370 ; r9 = prev ptr, ie highest mapping that comes before search target (initially the pmap)
432 ; r9 = prev ptr, ie highest mapping that comes before search target
453 ; r9 = prev ptr, ie highest mapping that comes before search target (initially the pmap)
514 ; r9 = prev ptr, ie highest mapping that comes before search target, or 0
1064 bne++ cr1,mapVer64f ; jump if this is not highest list for this node
1066 ; This is the "highest" (las
[all...]
H A Dlowmem_vectors.s2375 cmplw r30,r28 ; Check highest possible

Completed in 42 milliseconds