Searched refs:_ucas_32 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/riscv/riscv/
H A Dcopy.S82 * int _ucas_32(volatile uint32_t *ptr, uint32_t old,
86 * otherwise about _ucas_32/64.
88 ENTRY(_ucas_32)
118 END(_ucas_32)
127 * otherwise about _ucas_32/64.
/netbsd-current/sys/sys/
H A Dsystm.h422 #define _ucas_32 kasan__ucas_32 macro
437 #define _ucas_32 kmsan__ucas_32 macro
442 int _ucas_32(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcopyinout.S355 /* LINTSTUB: int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, uint32_t *retp); */
356 ENTRY(_ucas_32)
376 END(_ucas_32)
/netbsd-current/sys/arch/amd64/amd64/
H A Dcopy.S532 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new,
535 ENTRY(_ucas_32)
559 END(_ucas_32)
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpcopy.c202 _ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) function
/netbsd-current/sys/arch/i386/i386/
H A Dcopy.S585 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new,
588 ENTRY(_ucas_32)
614 END(_ucas_32)
/netbsd-current/sys/kern/
H A Dsubr_copy.c466 * __HAVE_UCAS_FULL platforms provide _ucas_32() and _ucas_64() themselves.
467 * _RUMPKERNEL also provides it's own _ucas_32() and _ucas_64().
602 _ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) function
672 return _ucas_32(uaddr, old, new, ret);
H A Dsubr_asan.c594 #undef _ucas_32 macro
603 int _ucas_32(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
611 return _ucas_32(uaddr, old, new, ret);
H A Dsubr_msan.c916 #undef _ucas_32 macro
929 int _ucas_32(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
938 _ret = _ucas_32(uaddr, old, new, ret);
/netbsd-current/sys/arch/mips/mips/
H A Dmips_fixup.c717 __strong_alias(_ucas_32,__ucas_32);
/netbsd-current/sys/arch/alpha/alpha/
H A Dlocore.s1262 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new,
1265 LEAF_NOPROFILE(_ucas_32, 4)
1282 END(_ucas_32)
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c684 _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, uint32_t *ret)

Completed in 167 milliseconds