Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_upl.c277 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_abort_range()
289 if ((error & UPL_ABORT_DUMP_PAGES) && (upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
320 if (!(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
336 if ((upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
529 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_abort_range()
731 if (upl->flags & UPL_KERNEL_OBJECT) { in upl_commit_range()
835 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
848 if (!(upl->flags & UPL_KERNEL_OBJECT) && m == VM_PAGE_NULL) { in upl_commit_range()
1344 if (object == shadow_object && !(upl->flags & UPL_KERNEL_OBJECT)) { in upl_commit_range()
H A Dvm_pageout_xnu.h269 #define UPL_KERNEL_OBJECT 0x00002000 macro
H A Dvm_pageout.c8581 upl->flags |= UPL_KERNEL_OBJECT;
8938 if (upl->flags & UPL_KERNEL_OBJECT) {
9288 if (!(upl->flags & UPL_KERNEL_OBJECT)) {