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

  /src/sys/arch/riscv/riscv/
copy.S 123 * int _ucas_64(volatile uint64_t *ptr, uint64_t old,
129 ENTRY(_ucas_64) function
159 END(_ucas_64)
  /src/sys/rump/librump/rumpkern/
rumpcopy.c 221 _ucas_64(volatile uint64_t *uaddr, uint64_t old, uint64_t new, uint64_t *ret) function in typeref:typename:int
  /src/sys/arch/aarch64/aarch64/
copyinout.S 378 /* LINTSTUB: int _ucas_64(volatile uint64_t *uptr, uint64_t old, uint64_t new, uint64_t *retp); */
379 ENTRY(_ucas_64) function
399 END(_ucas_64)
  /src/sys/arch/sparc64/sparc64/
copy.S 646 * int _ucas_64(volatile uint64_t *uptr, uint64_t old, uint64_t new,
649 ENTRY(_ucas_64) function
  /src/sys/kern/
subr_copy.c 466 * __HAVE_UCAS_FULL platforms provide _ucas_32() and _ucas_64() themselves.
467 * _RUMPKERNEL also provides it's own _ucas_32() and _ucas_64().
631 _ucas_64(volatile uint64_t *uaddr, uint64_t old, uint64_t new, uint64_t *ret) function in typeref:typename:int
688 return _ucas_64(uaddr, old, new, ret);
  /src/sys/arch/amd64/amd64/
copy.S 502 * int _ucas_64(volatile uint64_t *uptr, uint64_t old, uint64_t new,
505 ENTRY(_ucas_64) function
529 END(_ucas_64)
  /src/sys/sys/
systm.h 424 #define _ucas_64 kasan__ucas_64 macro
439 #define _ucas_64 kmsan__ucas_64 macro
447 int _ucas_64(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);

Completed in 92 milliseconds