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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmisc_asm.s284 rlwimi r3,r4,0,0,31 ; Inser the low part behind top
H A Dsavearea_asm.s1355 stw r3,SAVprev+4(r2) ; Chain the rest of the list behind
1441 std r3,SAVprev(r2) ; Chain the rest of the list behind
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c388 * or we've disabled the deactivate behind mechanism
413 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; local
420 if ((uint64_t)sequential_run >= behind) {
422 if (offset >= behind)
423 m = vm_page_lookup(object, offset - behind);
425 if (offset < -behind)
426 m = vm_page_lookup(object, offset + behind);
2129 * since this is the ONLY bit updated behind the SHARED

Completed in 87 milliseconds