HomeSort by: relevance | last modified time | path
    Searched defs:_copyin (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/m68k/060sp/dist/
os.s 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/_copyou
402 _copyin: label
    [all...]
os.s 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/_copyou
402 _copyin: label
    [all...]

Completed in 23 milliseconds