Home
last modified time | relevance | path

Searched refs:_ucas_32_mp (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/arch/arm/arm/
H A Dlock_cas.S115 ENTRY(_ucas_32_mp)
136 END(_ucas_32_mp)
/netbsd/sys/sys/
H A Dsystm.h421 #define _ucas_32_mp kasan__ucas_32_mp macro
436 #define _ucas_32_mp kmsan__ucas_32_mp macro
442 int _ucas_32_mp(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
/netbsd/sys/kern/
H A Dsubr_asan.c595 #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); in kasan__ucas_32_mp()
H A Dsubr_msan.c917 #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); in kmsan__ucas_32_mp()
H A Dsubr_copy.c669 return _ucas_32_mp(uaddr, old, new, ret); in ucas_32()