Home
last modified time | relevance | path

Searched refs:uiomove_fromphys (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dmem.c115 uiomove_fromphys(&marr, off, cnt, uio); in memrw()
H A Duio_machdep.c54 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
/freebsd/sys/sys/
H A Duio.h95 int uiomove_fromphys(struct vm_page *ma[], vm_offset_t offset, int n,
/freebsd/sys/riscv/riscv/
H A Dmem.c116 uiomove_fromphys(&marr, off, cnt, uio); in memrw()
H A Duio_machdep.c54 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
/freebsd/sys/i386/i386/
H A Duio_machdep.c56 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
/freebsd/sys/powerpc/powerpc/
H A Duio_machdep.c59 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
H A Dmem.c133 error = uiomove_fromphys(&marr, off, cnt, uio); in memrw()
/freebsd/sys/arm/arm/
H A Duio_machdep.c57 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
/freebsd/sys/amd64/amd64/
H A Duio_machdep.c56 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys() function
/freebsd/sys/kern/
H A Dsubr_uio.c111 return (uiomove_fromphys(m, dst & PAGE_MASK, len, &uio)); in physcopyin()
132 return (uiomove_fromphys(m, src & PAGE_MASK, len, &uio)); in physcopyout()
H A Dsubr_memdesc.c147 error = uiomove_fromphys(m, off, size, &uio); in vmpages_copyback()
295 error = uiomove_fromphys(m, off, size, &uio); in vmpages_copydata()
H A Dsys_pipe.c836 error = uiomove_fromphys(rpipe->pipe_pages.ms, in pipe_read()
1038 uiomove_fromphys(wpipe->pipe_pages.ms, pos, size, &uio); in pipe_clone_write_buffer()
H A Duipc_mbuf.c1929 error = uiomove_fromphys(pg_array, 0, length, uio); in m_uiotombuf_nomap()
2088 error = uiomove_fromphys(&pg, segoff, seglen, uio); in m_unmapped_uiomove()
H A Dsys_process.c407 error = uiomove_fromphys(&m, page_offset, len, uio); in proc_rwmem()
H A Dvfs_vnops.c1565 error = uiomove_fromphys(td->td_ma, in vn_io_fault_uiomove()
1594 return (uiomove_fromphys(ma, offset, xfersize, uio)); in vn_io_fault_pgmove()
H A Duipc_shm.c245 error = uiomove_fromphys(&m, offset, tlen, uio); in uiomove_object_page()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_spa.c211 error = uiomove_fromphys(&ma, off & PAGE_MASK, n, uio); in nvdimm_spa_uio()
376 error = uiomove_fromphys(bp->bio_ma, in nvdimm_spa_g_thread()
/freebsd/sys/geom/eli/
H A Dg_eli_privacy.c78 uiomove_fromphys(bp->bio_ma, bp->bio_ma_offset, bp->bio_length, &uio); in g_eli_bio_copyin()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c2526 error = uiomove_fromphys(ps->pages, offset + copied, in aio_ddp_requeue()
2529 uiomove_fromphys(ps->pages, offset + copied, uio.uio_resid, &uio); in aio_ddp_requeue()