Searched refs:upl_commit (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | upl.defs | 88 routine upl_commit(
|
| H A D | memory_object.defs | 134 * [response should be a upl_commit over the range specified]
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | device_vm.c | 223 upl_commit(upl, NULL, 0); in device_pager_populate_object()
|
| H A D | vm_user.c | 4233 kr = upl_commit(upl, pl, count); in kernel_upl_commit()
|
| H A D | vm_pageout.c | 8586 upl_commit( in upl_commit() function
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 4780 upl_commit(ioplList[ind].fIOPL, NULL, 0); in complete() 4934 upl_commit(redirUPL2, NULL, 0); in doMap() 5453 upl_commit(fRedirUPL, NULL, 0); in free() 5780 upl_commit(fRedirUPL, NULL, 0); in redirect()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | ubc_subr.c | 2634 kr = upl_commit(upl, pl, MAX_UPL_SIZE_BYTES >> PAGE_SHIFT); in ubc_upl_commit()
|