Searched refs:uiomove64 (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h261 extern int uiomove64(const __uint64_t cp, int n, struct uio *uio);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c106 * uiomove64:EFAULT
114 return uiomove64((const addr64_t)(uintptr_t)cp, n, uio);
126 uiomove64(const addr64_t c_cp, int n, struct uio *uio) function
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c355 extern int uiomove64(addr64_t, int, void *);
475 if ( (retval = uiomove64((addr64_t)(((addr64_t)(dst_page->phys_page) << 12) + start_offset), xsize, uio)) )
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c229 status = uiomove64(mdata, uio_resid(uio), uio); /* Move the data */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c5746 retval = uiomove64(paddr, csize, uio);

Completed in 39 milliseconds