Searched refs:UPL_KERNEL_OBJECT (Results 1 – 2 of 2) sorted by relevance
7689 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_commit_range()7774 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()7787 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()8283 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_commit_range()8466 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_abort_range()8478 if ((error & UPL_ABORT_DUMP_PAGES) && (upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8509 if (!(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8525 if ((upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8719 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()9354 upl->flags |= UPL_KERNEL_OBJECT; in vm_object_iopl_request()[all …]
451 #define UPL_KERNEL_OBJECT 0x2000 macro