Searched refs:uiomove_fromphys (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/riscv/riscv/
H A Dmem.c107 /* Have uiomove_fromphys handle the data */
110 uiomove_fromphys(&marr, off, cnt, uio);
H A Duio_machdep.c59 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
71 ("uiomove_fromphys: mode"));
73 ("uiomove_fromphys proc"));
/freebsd-11-stable/sys/arm64/arm64/
H A Dmem.c106 /* Have uiomove_fromphys handle the data */
109 uiomove_fromphys(&marr, off, cnt, uio);
H A Duio_machdep.c59 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
71 ("uiomove_fromphys: mode"));
73 ("uiomove_fromphys proc"));
127 panic("ARM64TODO: uiomove_fromphys");
/freebsd-11-stable/sys/amd64/amd64/
H A Duio_machdep.c59 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
71 ("uiomove_fromphys: mode"));
73 ("uiomove_fromphys proc"));
/freebsd-11-stable/sys/arm/arm/
H A Duio_machdep.c60 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
72 ("uiomove_fromphys: mode"));
74 ("uiomove_fromphys proc"));
/freebsd-11-stable/sys/powerpc/powerpc/
H A Duio_machdep.c62 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
75 ("uiomove_fromphys: mode"));
77 ("uiomove_fromphys proc"));
H A Dmem.c131 error = uiomove_fromphys(&marr, off, cnt, uio);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Duio_machdep.c63 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
77 ("uiomove_fromphys: mode"));
79 ("uiomove_fromphys proc"));
/freebsd-11-stable/sys/mips/mips/
H A Duio_machdep.c62 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
76 ("uiomove_fromphys: mode"));
78 ("uiomove_fromphys proc"));
H A Dmem.c109 error = uiomove_fromphys(&marr, off, cnt, uio);
/freebsd-11-stable/sys/sys/
H A Duio.h108 int uiomove_fromphys(struct vm_page *ma[], vm_offset_t offset, int n,
/freebsd-11-stable/sys/i386/i386/
H A Duio_machdep.c59 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) function
71 ("uiomove_fromphys: mode"));
73 ("uiomove_fromphys proc"));
/freebsd-11-stable/sys/kern/
H A Dsubr_uio.c114 return (uiomove_fromphys(m, dst & PAGE_MASK, len, &uio));
135 return (uiomove_fromphys(m, src & PAGE_MASK, len, &uio));
H A Dsys_pipe.c737 error = uiomove_fromphys(rpipe->pipe_map.ms,
930 uiomove_fromphys(wpipe->pipe_map.ms, pos, size, &uio);
H A Duipc_shm.c212 error = uiomove_fromphys(&m, offset, tlen, uio);
H A Dvfs_vnops.c950 * uiomove_fromphys() over td_ma array.
1204 * copyin/copyout. Access to the pages with uiomove_fromphys()
1240 * uiomove_fromphys().
1251 error = uiomove_fromphys(td->td_ma,
1280 return (uiomove_fromphys(ma, offset, xfersize, uio));
H A Dsys_process.c294 error = uiomove_fromphys(&m, page_offset, len, uio);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1644 error = uiomove_fromphys(ps->pages, offset + copied,

Completed in 220 milliseconds