Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_upl.c270 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_abort_range()
282 if ((error & UPL_ABORT_DUMP_PAGES) && (upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
313 if (!(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
329 if ((upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
508 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
708 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_commit_range()
793 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
806 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
1287 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_commit_range()
H A Dvm_pageout_xnu.h258 #define UPL_KERNEL_OBJECT 0x2000 macro
H A Dvm_pageout.c8196 upl->flags |= UPL_KERNEL_OBJECT;
8532 if (upl->flags & UPL_KERNEL_OBJECT) {
8833 if (!(upl->flags & UPL_KERNEL_OBJECT)) {