HomeSort by: relevance | last modified time | path
    Searched defs:_copyout (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
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
387 _copyout: 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
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
387 _copyout: label
    [all...]

Completed in 22 milliseconds