HomeSort by: relevance | last modified time | path
    Searched refs:_ucas_32_mp (Results 1 - 5 of 5) sorted by relevancy

  /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 423 #define _ucas_32_mp kasan__ucas_32_mp macro
438 #define _ucas_32_mp kmsan__ucas_32_mp macro
444 int _ucas_32_mp(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
  /src/sys/kern/
subr_asan.c 595 #undef _ucas_32_mp
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
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 669 return _ucas_32_mp(uaddr, old, new, ret);

Completed in 15 milliseconds