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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h557 #define UPL_POP_ABSENT 0x8 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c6295 if(dst_page->absent) *flags |= UPL_POP_ABSENT;
6313 if (ops & UPL_POP_ABSENT) dst_page->absent = TRUE;
6322 if (ops & UPL_POP_ABSENT) dst_page->absent = FALSE;

Completed in 39 milliseconds