Searched refs:UPL_KERNEL_OBJECT (Results 1 – 2 of 2) sorted by relevance
7669 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_commit_range()7754 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()7767 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()8248 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_commit_range()8416 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_abort_range()8428 if ((error & UPL_ABORT_DUMP_PAGES) && (upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8459 if (!(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8475 if ((upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()8654 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()9281 upl->flags |= UPL_KERNEL_OBJECT; in vm_object_iopl_request()[all …]
455 #define UPL_KERNEL_OBJECT 0x2000 macro