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

  /src/sys/lib/libkern/arch/hppa/
spcopy.S 1 /* $NetBSD: spcopy.S,v 1.1 2002/06/06 20:03:39 fredette Exp $ */
3 #define SPCOPY
  /src/sys/arch/hppa/hppa/
copy.S 190 * This macro expands into one function that calls spcopy
206 * function. spcopy only takes five ! \
236 /* This calls the spcopy function. */
238 ldil L%spcopy, %r1 ! \
239 ldo R%spcopy(%r1), %r1 ! \
253 #define SPCOPY(name, namestr, spaceargs) \
267 SPCOPY(copyin, copyinstr,
274 SPCOPY(copyout, copyoutstr,

Completed in 13 milliseconds