Searched defs:xcopyin (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 526 * So there's two extremely similar routines - xcopyin() and xcopyout() 893 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little) 1100 xcopyin(const void *uaddr, void *kaddr, size_t count) 1105 ENTRY(xcopyin) function 1119 SET_SIZE(xcopyin)
|
H A D | niagara_copy.s | 2827 * So there's two extremely similar routines - xcopyin() and xcopyout() 5171 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little) 7292 xcopyin(const void *uaddr, void *kaddr, size_t count) 7297 ENTRY(xcopyin) function 7311 SET_SIZE(xcopyin)
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.s | 496 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag. 1720 * So there's two extremely similar routines - xcopyin() and xcopyout() 2630 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little) 3263 xcopyin(const void *uaddr, void *kaddr, size_t count) 3268 ENTRY(xcopyin) function 3338 * We got here because of fault during xcopyin 3371 SET_SIZE(xcopyin)
|
H A D | opl_olympus_copy.s | 472 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag. 1652 * So there's two extremely similar routines - xcopyin() and xcopyout() 2553 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little) 3177 xcopyin(const void *uaddr, void *kaddr, size_t count) 3182 ENTRY(xcopyin) function 3252 * We got here because of fault during xcopyin 3285 SET_SIZE(xcopyin)
|
H A D | spitfire_copy.s | 2036 * So there's two extremely similar routines - xcopyin() and xcopyout() 3464 * Copy user data to kernel space (copyin/xcopyin/xcopyin_little) 4639 xcopyin(const void *uaddr, void *kaddr, size_t count) 4644 ENTRY(xcopyin) function 4658 SET_SIZE(xcopyin)
|
/illumos-gate/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 262 xcopyin(const void *uaddr, void *kaddr, size_t count) function
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1536 xcopyin(const void *uaddr, void *kaddr, size_t count) function
|
Completed in 101 milliseconds