Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.c7712 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_commit_range()
7797 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
7810 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
8291 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_commit_range()
8459 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_abort_range()
8471 if ((error & UPL_ABORT_DUMP_PAGES) && (upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
8502 if (!(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
8518 if ((upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
8697 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
9324 upl->flags |= UPL_KERNEL_OBJECT; in vm_object_iopl_request()
[all …]
H A Dvm_pageout.h458 #define UPL_KERNEL_OBJECT 0x2000 macro