Searched defs:kcopy (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s49 * LOFAULT_SET : Flag set by kzero and kcopy to indicate that t_lofault
67 kcopy(const void *from, void *to, size_t count)
75 ENTRY(kcopy) function
86 * We got here because of a fault during kcopy.
90 ! The kcopy() *always* sets a t_lofault handler and it ORs LOFAULT_SET
99 SET_SIZE(kcopy)
347 ! Restore t_lofault handler, if came here from kcopy().
H A Dniagara_copy.s45 * bcopy/kcopy routine.
48 * ! In kcopy() the %o5, holds previous error handler and a flag
59 * kcopy():
100 * restore t_lofault handler if came from kcopy();
186 * LOFAULT_SET : Flag set by kzero and kcopy to indicate that t_lofault
216 * LOFAULT_SET: Set for bcopy calls, cleared for kcopy calls
417 kcopy(const void *from, void *to, size_t count)
425 ENTRY(kcopy) function
453 * We got here because of a fault during a small kcopy or bcopy.
460 ! The kcopy wil
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s496 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
744 kcopy(const void *from, void *to, size_t count)
752 ENTRY(kcopy) function
826 * We got here because of a fault during bcopy_more, called from kcopy or bcopy.
855 ! Need to cater for the different expectations of kcopy
856 ! and bcopy. kcopy will *always* set a t_lofault handler
898 * We got here because of a fault during a small kcopy or bcopy.
915 SET_SIZE(kcopy)
1285 ! kcopy and bcopy use the same code path. If TRAMP_FLAG is set
H A Dopl_olympus_copy.s472 * kcopy, copyout, xcopyout, copyin, and xcopyin do not set this flag.
699 kcopy(const void *from, void *to, size_t count)
707 ENTRY(kcopy) function
781 * We got here because of a fault during bcopy_more, called from kcopy or bcopy.
810 ! Need to cater for the different expectations of kcopy
811 ! and bcopy. kcopy will *always* set a t_lofault handler
853 * We got here because of a fault during a small kcopy or bcopy.
870 SET_SIZE(kcopy)
1237 ! kcopy and bcopy use the same code path. If TRAMP_FLAG is set
H A Dspitfire_copy.s175 * BCOPY_FLAG: Set for bcopy calls, cleared for kcopy calls
489 kcopy(const void *from, void *to, size_t count)
497 ENTRY(kcopy) function
512 * We got here because of a fault during kcopy or bcopy if a fault
572 ! Need to cater for the different expectations of kcopy
573 ! and bcopy. kcopy will *always* set a t_lofault handler
619 SET_SIZE(kcopy)
647 ! kcopy and bcopy use the same code path. If BCOPY_FLAG is set
1590 ! Here via kcopy or bcopy with a handler.Reset the
1845 ! Here via kcopy o
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s126 * The optimal 64-bit bcopy and kcopy for modern x86 processors uses
128 * bcopy/kcopy/bzero/kzero operate on small buffers. For best performance for
168 kcopy(const void *from, void *to, size_t count)
178 ENTRY(kcopy) function
212 SET_SIZE(kcopy)
220 ENTRY(kcopy) function
269 SET_SIZE(kcopy)
281 * Copy a block of storage. Similar to kcopy but uses non-temporal
396 * improvement was shown. We simply jump directly to kcopy
400 jmp kcopy
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c237 kcopy(const void *from, void *to, size_t count) function

Completed in 95 milliseconds