| /src/sys/arch/arm/arm/ |
| lock_cas.S | 112 * int _ucas_32_mp(volatile uint32_t *uptr, uint32_t old, uint32_t new, 115 ENTRY(_ucas_32_mp) function 136 END(_ucas_32_mp)
|
| /src/sys/sys/ |
| systm.h | 425 #define _ucas_32_mp kasan__ucas_32_mp macro 440 #define _ucas_32_mp kmsan__ucas_32_mp macro 446 int _ucas_32_mp(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
|
| /src/sys/kern/ |
| subr_asan.c | 595 #undef _ucas_32_mp macro 615 int _ucas_32_mp(volatile uint32_t *, uint32_t, uint32_t, uint32_t *); 623 return _ucas_32_mp(uaddr, old, new, ret);
|
| subr_msan.c | 917 #undef _ucas_32_mp macro 946 int _ucas_32_mp(volatile uint32_t *, uint32_t, uint32_t, uint32_t *); 955 _ret = _ucas_32_mp(uaddr, old, new, ret);
|
| subr_copy.c | 672 return _ucas_32_mp(uaddr, old, new, ret);
|