HomeSort by: relevance | last modified time | path
    Searched refs:SPCOPY (Results 1 - 3 of 3) 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
bcopy.S 39 #if defined(SPCOPY) && !defined(_STANDALONE)
490 #if !(defined(SPCOPY) || defined(MEMCPY) || defined(MEMMOVE))
494 #if defined(SPCOPY) && !defined(_STANDALONE)
500 * int spcopy(pa_space_t ssp, const void *src, pa_space_t dsp, void *dst,
505 LEAF_ENTRY(spcopy)
521 .asciz "spcopy: curlwp == NULL\n"
537 #define _LABEL(l) __CONCAT(spcopy,l)
547 EXIT(spcopy)
548 #endif /* SPCOPY && !_STANDALONE */
  /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 14 milliseconds