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

  /src/sys/rump/librump/rumpkern/
rumpcopy.c 264 #define USTORE(sz) \
280 USTORE(8)
281 USTORE(16)
282 USTORE(32)
284 USTORE(64)
287 #undef USTORE
  /src/sys/arch/ia64/ia64/
support.S 320 #define USTORE(store_insn) \
359 USTORE(st1.rel)
364 USTORE(st2.rel)
369 USTORE(st4.rel)
374 USTORE(st8.rel)
  /src/sys/arch/powerpc/ibm4xx/
trap.c 779 #define USTORE(sz) \
786 USTORE(8)
787 USTORE(16)
788 USTORE(32)
  /src/sys/arch/powerpc/powerpc/
trap.c 568 #define USTORE(sz) \
588 USTORE(8)
589 USTORE(16)
590 USTORE(32)
592 USTORE(64)
595 #undef USTORE

Completed in 46 milliseconds