Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/
H A Dvm_types.h131 #define UPL_NULL ((upl_t) NULL) macro
137 #define UPL_NULL ((upl_t) 0) macro
/xnu-11417.121.6/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()
1363 if (upl == UPL_NULL) { in upl_commit()
H A Dvm_pageout.c7194 if (upl == UPL_NULL) {
7477 if (upl == UPL_NULL) {
8835 …if (upl1 == UPL_NULL || upl2 == UPL_NULL || upl1 == upl2 || ((upl1->flags & UPL_VECTOR) == UPL_VEC…