Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dvm_types.h116 #define UPL_NULL ((upl_t) NULL) macro
122 #define UPL_NULL ((upl_t) 0) macro
/xnu-11215.1.10/osfmk/vm/
H A Dvm_upl.c188 if (upl == UPL_NULL) { in upl_abort_range()
567 if (upl == UPL_NULL) { in upl_abort()
620 if (upl == UPL_NULL) { in upl_commit_range()
1351 if (upl == UPL_NULL) { in upl_commit()
H A Dvm_pageout.c7254 if (upl == UPL_NULL) {
7537 if (upl == UPL_NULL) {
8864 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…