Searched defs:copyin (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s521 * Note that copyin(9F) and copyout(9F) are part of the
606 * fault occurs in (x)copyin/(x)copyout. In order for this to function
893 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little)
900 copyin(const void *uaddr, void *kaddr, size_t count)
905 ENTRY(copyin) function
1092 SET_SIZE(copyin)
H A Dniagara_copy.s114 * For all of bcopy/copyin/copyout the copy logic is specialized according
2822 * Note that copyin(9F) and copyout(9F) are part of the
2931 * fault occurs in (x)copyin/(x)copyout. In order for this to function
5171 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little)
5178 copyin(const void *uaddr, void *kaddr, size_t count)
5183 ENTRY(copyin) function
6803 ! big copyin that will cause us to forgo the HW assisted copys
7284 SET_SIZE(copyin)
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h135 int (*copyin)(void *arg, const void *from, member in struct:loader_callbacks
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s46 * bcopy/copyin/copyout routines.
201 * ! following test omitted from copyin/copyout as they
441 * affecting a copyin/copyout only, or of an error that really only
496 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
1715 * Note that copyin(9F) and copyout(9F) are part of the
1788 * fault occurs in (x)copyin/(x)copyout. In order for this to function
2630 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little)
2637 copyin(const void *uaddr, void *kaddr, size_t count)
2642 ENTRY(copyin) function
3002 SET_SIZE(copyin)
[all...]
H A Dopl_olympus_copy.s42 * bcopy/copyin/copyout routines.
197 * ! following test omitted from copyin/copyout as they
417 * affecting a copyin/copyout only, or of an error that really only
472 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
1647 * Note that copyin(9F) and copyout(9F) are part of the
1720 * fault occurs in (x)copyin/(x)copyout. In order for this to function
2553 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little)
2560 copyin(const void *uaddr, void *kaddr, size_t count)
2565 ENTRY(copyin) function
2925 SET_SIZE(copyin)
[all...]
H A Dspitfire_copy.s2031 * Note that copyin(9F) and copyout(9F) are part of the
2158 * fault occurs in (x)copyin/(x)copyout. In order for this to function
3464 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little)
3471 copyin(const void *uaddr, void *kaddr, size_t count)
3476 ENTRY(copyin) function
3678 ! big copyin that will cause us to forgo the HW assisted copys
4631 SET_SIZE(copyin)
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s67 * userland copy routines directly use the kernel ones. For example, copyin and
81 * we take a fault, need to try to use a copyop in copyin() or copyout(), or any
1505 * Note that copyin(9F) and copyout(9F) are part of the
1525 copyin(const void *uaddr, void *kaddr, size_t count)
1532 ENTRY(copyin) function
1584 SET_SIZE(copyin)
1591 ENTRY(copyin) function
1623 SET_SIZE(copyin)
3120 .string "copyin: kaddr argument below kernelbase"
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c257 copyin(const void *uaddr, void *kaddr, size_t count) function
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c544 int (*copyin)(void *vd_buf, size_t, void *ioctl_arg); member in struct:vd_ioctl
551 /* Define trivial copyin/copyout conversion function flag */
3490 if (ioctl->copyin != NULL) {
3502 if (ioctl->copyin == VD_IDENTITY_IN) {
3507 status = (ioctl->copyin)(buf, nbytes,

Completed in 121 milliseconds