Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout_xnu.h260 #define UPL_INTERNAL 0x00000010 macro
H A Dvm_upl.c309 if (upl->flags & UPL_INTERNAL) { in upl_abort_range()
683 assertf(upl->flags & UPL_INTERNAL, "%s: sub-upl %p of vector upl %p has no internal page list", in upl_commit_range()
H A Dvm_pageout.c5789 flags |= UPL_INTERNAL;
5915 (upl->flags & UPL_INTERNAL) ? pages : 0, upl);
6944 if (upl->flags & UPL_INTERNAL) {
8013 …UPL_DEVICE_MEMORY | UPL_SHADOWED | UPL_ACCESS_BLOCKED | UPL_IO_WIRE | UPL_INTERNAL)) != UPL_IO_WIR…
8640 if (upl->flags & UPL_INTERNAL) {
9164 if (upl->flags & UPL_INTERNAL) {
9424 if (!(upl->flags & UPL_INTERNAL) || count <= 0) {