Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dvm_types.h131 #define UPL_NULL ((upl_t) NULL) macro
137 #define UPL_NULL ((upl_t) 0) macro
/xnu-12377.1.9/osfmk/vm/
H A Dvm_upl.c190 if (upl == UPL_NULL) { in upl_abort_range()
574 if (upl == UPL_NULL) { in upl_abort()
627 if (upl == UPL_NULL) { in upl_commit_range()
1366 if (upl == UPL_NULL) { in upl_commit()
H A Dvm_pageout.c7378 if (upl == UPL_NULL) {
7667 if (upl == UPL_NULL) {
9060 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…