Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dvm_types.h137 #define UPL_NULL ((upl_t) NULL) macro
143 #define UPL_NULL ((upl_t) 0) macro
/xnu-12377.61.12/osfmk/vm/
H A Dvm_upl.c195 if (upl == UPL_NULL) { in upl_abort_range()
588 if (upl == UPL_NULL) { in upl_abort()
641 if (upl == UPL_NULL) { in upl_commit_range()
1408 if (upl == UPL_NULL) { in upl_commit()
H A Dvm_pageout.c7603 if (upl == UPL_NULL) {
7892 if (upl == UPL_NULL) {
9323 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…