Lines Matching defs:_copyin
68 # instructions for supervisor mode applications and call _copyin()/_copyout()
70 # When installing the 060SP, the _copyin()/_copyout() equivalents for a
139 bsr.l _copyin # read byte from user mem
164 bsr.l _copyin # "copy in" the data
194 bsr.l _copyin # "copy in" the data
224 bsr.l _copyin # "copy in" the data
337 bsr.l _copyin # "copy in" the data
366 bsr.l _copyin # "copy in" 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
399 # int _copyin(user_addr, supervisor_addr, nbytes)
401 global _copyin
402 _copyin: