HomeSort by: relevance | last modified time | path
    Searched refs:_ucas_64 (Results 1 - 10 of 10) 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/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 *);
  /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/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/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/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);
subr_asan.c 596 #undef _ucas_64
628 int _ucas_64(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
636 return _ucas_64(uaddr, old, new, ret);
subr_msan.c 918 #undef _ucas_64
964 int _ucas_64(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
973 _ret = _ucas_64(uaddr, old, new, ret);
  /src/sys/arch/mips/mips/
mips_fixup.c 729 __strong_alias(_ucas_64,__ucas_64);
  /src/sys/arch/alpha/alpha/
locore.s 1285 * int _ucas_64(volatile uint64_t *uptr, uint64_t old, uint64_t new,
1288 LEAF_NOPROFILE(_ucas_64, 4)
1305 END(_ucas_64)

Completed in 19 milliseconds