Searched refs:UPL_KERNEL_OBJECT (Results 1 – 2 of 2) sorted by relevance
7712 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 …]
458 #define UPL_KERNEL_OBJECT 0x2000 macro