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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object_types.h585 #define UPL_POP_ABSENT 0x8 macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c7159 if(dst_page->absent) *flags |= UPL_POP_ABSENT;
7179 if (ops & UPL_POP_ABSENT) dst_page->absent = TRUE;
7188 if (ops & UPL_POP_ABSENT) dst_page->absent = FALSE;

Completed in 33 milliseconds