Searched defs:xcopyout (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() 579 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little). 831 xcopyout(const void *kaddr, void *uaddr, size_t count) 836 ENTRY(xcopyout) function 850 SET_SIZE(xcopyout)
|
H A D | niagara_copy.s | 2827 * So there's two extremely similar routines - xcopyin() and xcopyout() 2904 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little). 5109 xcopyout(const void *kaddr, void *uaddr, size_t count) 5114 ENTRY(xcopyout) function 5128 SET_SIZE(xcopyout)
|
/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() 1762 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little). 2477 xcopyout(const void *kaddr, void *uaddr, size_t count) 2482 ENTRY(xcopyout) function 2551 * We got here because of fault during xcopyout 2584 SET_SIZE(xcopyout)
|
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() 1694 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little). 2400 xcopyout(const void *kaddr, void *uaddr, size_t count) 2405 ENTRY(xcopyout) function 2474 * We got here because of fault during xcopyout 2507 SET_SIZE(xcopyout)
|
H A D | spitfire_copy.s | 2036 * So there's two extremely similar routines - xcopyin() and xcopyout() 2131 * Copy kernel data to user space (copyout/xcopyout/xcopyout_little). 3402 xcopyout(const void *kaddr, void *uaddr, size_t count) 3407 ENTRY(xcopyout) function 3421 SET_SIZE(xcopyout)
|
/illumos-gate/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 277 xcopyout(const void *kaddr, void *uaddr, size_t count) function
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1542 xcopyout(const void *kaddr, void *uaddr, size_t count) function
|
Completed in 126 milliseconds