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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h448 #define UPL_ENCRYPT 0x00200000 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c2690 if (cntrl_flags & UPL_ENCRYPT)
2886 if (! (cntrl_flags & UPL_ENCRYPT) && dst_page->encrypted) {
2992 if ( (cntrl_flags & UPL_ENCRYPT) ) {
3203 if (cntrl_flags & UPL_ENCRYPT) {
4759 if (cntrl_flags & UPL_ENCRYPT) {
4763 * so we don't support the UPL_ENCRYPT flag
4766 assert(! (cntrl_flags & UPL_ENCRYPT));
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c2608 request_flags |= UPL_ENCRYPT;
2965 request_flags |= UPL_ENCRYPT;

Completed in 93 milliseconds