Searched refs:xcopyin_nta (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c267 xcopyin_nta(const void *uaddr, void *kaddr, size_t count, int dummy) function
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c85 error = xcopyin_nta(iov->iov_base, p, cnt,
209 error = xcopyin_nta(iov->iov_base, p, cnt,
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c443 xcopyin_nta(const void *uaddr, void *kaddr, size_t count, int dummy) function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h204 int xcopyin_nta(const void *, void *, size_t, int);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s1510 * So there's two extremely similar routines - xcopyin_nta() and
1635 xcopyin_nta(const void *uaddr, void *kaddr, size_t count, int copy_cached)
1642 ENTRY(xcopyin_nta) function
1728 SET_SIZE(xcopyin_nta)
1739 ENTRY(xcopyin_nta) function
1794 SET_SIZE(xcopyin_nta)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1538 return (xcopyin_nta(uaddr, kaddr, count, UIO_COPY_CACHED));

Completed in 183 milliseconds