Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_pageout.h443 #define UPL_INTERNAL 0x10 macro
H A Dvm_pageout.c5456 upl_flags |= UPL_INTERNAL; in upl_create()
5569 if (upl->flags & UPL_INTERNAL) { in upl_destroy()
6527 if (upl->flags & UPL_INTERNAL) { in vm_object_upl_request()
7245 if (upl->flags & UPL_INTERNAL) { in vm_map_enter_upl_range()
7671 if (upl->flags & UPL_INTERNAL) { in upl_commit_range()
8444 if (upl->flags & UPL_INTERNAL) { in upl_abort_range()
8822 …UPL_DEVICE_MEMORY | UPL_SHADOWED | UPL_ACCESS_BLOCKED | UPL_IO_WIRE | UPL_INTERNAL)) != UPL_IO_WIR… in iopl_valid_data()
9405 if (upl->flags & UPL_INTERNAL) { in vm_object_iopl_request()
9894 if (upl->flags & UPL_INTERNAL) { in vm_object_iopl_request()
10117 if (!(upl->flags & UPL_INTERNAL) || count <= 0) { in upl_range_needed()