Lines Matching defs:_copyout
68 # instructions for supervisor mode applications and call _copyin()/_copyout()
70 # When installing the 060SP, the _copyin()/_copyout() equivalents for a
75 # of a page fault during a _copyout.
105 bsr.l _copyout # write byte to user mem
253 bsr.l _copyout # "copy out" the data
281 bsr.l _copyout # "copy out" the data
309 bsr.l _copyout # "copy out" the data
378 # Use these routines if your kernel doesn't have _copyout/_copyin equivalents.
379 # Assumes that D0/D1/A0/A1 are scratch registers. The _copyin/_copyout
384 # int _copyout(supervisor_addr, user_addr, nbytes)
386 global _copyout
387 _copyout: