Searched refs:kcopy (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s81 return (kcopy(buf, kernbuf, size) ? -1 : 0);
98 call kcopy
100 orcc %g0, %o0, %i0 ! if kcopy returns EFAULT ..
115 return (kcopy(buf, kernbuf, size) ? -1 : 0);
/illumos-gate/usr/src/uts/common/os/
H A Dgroup.c181 (void) kcopy(set_old, set_new, cap_old * sizeof (void *));
218 (void) kcopy(set_old, set_new, cap_new * sizeof (void *));
H A Dmove.c153 if (kcopy(p, &tmp, 1))
172 if (kcopy(p, &tmp, 1))
H A Dpg.c313 (void) kcopy(classes_old, pg_classes,
H A Dsunddi.c625 return (kcopy(buf, kernbuf, size) ? -1 : 0);
633 return (kcopy(buf, kernbuf, size) ? -1 : 0);
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c237 kcopy(const void *from, void *to, size_t count) function
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c222 (void) kcopy(&fp->fpu_fr.fpu_dregs[16],
340 (void) kcopy(&xregs->pr_un.pr_v8p.pr_xfr,
H A Dv9dep.c132 (void) kcopy(fp, pfp, sizeof (fp->fpu_fr));
142 (void) kcopy(fp->fpu_q, pfp->fpu_q,
285 (void) kcopy(pfp, fp, sizeof (fp->fpu_fr));
/illumos-gate/usr/src/uts/common/disp/
H A Dclass.c360 if ((seg == UIO_USERSPACE ? copyout : kcopy)(clname,
H A Dpriocntl.c91 if ((seg == UIO_USERSPACE ? copyin : kcopy)(arg, &vaparms32,
170 copyinfn = kcopy;
171 copyoutfn = kcopy;
H A Ddisp.c381 * Use kcopy because bcopy is platform-specific
384 (void) kcopy(dptr->olddispq, dptr->newdispq,
386 (void) kcopy(dptr->olddqactmap, dptr->newdqactmap,
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c457 return (kcopy(from, to, count));
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h219 int kcopy(const void *, void *, size_t);
/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/common/fs/autofs/
H A Dauto_vfsops.c403 error = kcopy(data, &args, sizeof (args));
523 error = kcopy(args.addr.buf, fnip->fi_addr.buf, args.addr.len);
H A Dauto_subr.c839 (void) kcopy(linkp->link, tmp, len);
/illumos-gate/usr/src/uts/sun4u/cpu/
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...]
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
/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/intel/io/acpica/
H A Dosl.c1950 kcopy(cpu_map, new_map, sz);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2550 (void) kcopy(caddr, kaddr, ip->i_size);
2861 (void) kcopy(kaddr, caddr, ip->i_size);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2581 error = kcopy(basep, &ip->i_db[1], ip->i_size);
4229 if (kcopy(target, &ip->i_db[1], ip->i_size) == 0) {
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c133 extern int kcopy(const void *, void *, size_t);

Completed in 192 milliseconds