/src/sys/arch/riscv/riscv/ |
copy.S | 82 * int _ucas_32(volatile uint32_t *ptr, uint32_t old, 86 * otherwise about _ucas_32/64. 88 ENTRY(_ucas_32) function 118 END(_ucas_32) 127 * otherwise about _ucas_32/64.
|
/src/sys/rump/librump/rumpkern/ |
rumpcopy.c | 202 _ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) function in typeref:typename:int
|
/src/sys/arch/aarch64/aarch64/ |
copyinout.S | 355 /* LINTSTUB: int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, uint32_t *retp); */ 356 ENTRY(_ucas_32) function 376 END(_ucas_32)
|
/src/sys/arch/i386/i386/ |
copy.S | 585 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, 588 ENTRY(_ucas_32) function 614 END(_ucas_32)
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 619 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, 622 ENTRY(_ucas_32) 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(). 602 _ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) function in typeref:typename:int 672 return _ucas_32(uaddr, old, new, ret);
|
/src/sys/arch/amd64/amd64/ |
copy.S | 532 * int _ucas_32(volatile uint32_t *uptr, uint32_t old, uint32_t new, 535 ENTRY(_ucas_32) function 559 END(_ucas_32)
|
/src/sys/sys/ |
systm.h | 422 #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 *);
|