Home
last modified time | relevance | path

Searched refs:UPL_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.h442 #define UPL_INTERNAL 0x10 macro
H A Dvm_pageout.c5255 upl_flags |= UPL_INTERNAL; in upl_create()
5361 if (upl->flags & UPL_INTERNAL) { in upl_destroy()
6316 if (upl->flags & UPL_INTERNAL) { in vm_object_upl_request()
7034 if (upl->flags & UPL_INTERNAL) { in vm_map_enter_upl_range()
7460 if (upl->flags & UPL_INTERNAL) { in upl_commit_range()
8233 if (upl->flags & UPL_INTERNAL) { in upl_abort_range()
8611 …UPL_DEVICE_MEMORY | UPL_SHADOWED | UPL_ACCESS_BLOCKED | UPL_IO_WIRE | UPL_INTERNAL)) != UPL_IO_WIR… in iopl_valid_data()
9194 if (upl->flags & UPL_INTERNAL) { in vm_object_iopl_request()
9683 if (upl->flags & UPL_INTERNAL) { in vm_object_iopl_request()
9906 if (!(upl->flags & UPL_INTERNAL) || count <= 0) { in upl_range_needed()