Home
last modified time | relevance | path

Searched refs:_ucas_64_mp (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/sys/
H A Dsystm.h423 #define _ucas_64_mp kasan__ucas_64_mp macro
438 #define _ucas_64_mp kmsan__ucas_64_mp macro
447 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
/netbsd/sys/kern/
H A Dsubr_asan.c597 #undef _ucas_64_mp
640 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
648 return _ucas_64_mp(uaddr, old, new, ret); in kasan__ucas_64_mp()
H A Dsubr_msan.c919 #undef _ucas_64_mp
981 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
990 _ret = _ucas_64_mp(uaddr, old, new, ret); in kmsan__ucas_64_mp()
H A Dsubr_copy.c685 return _ucas_64_mp(uaddr, old, new, ret); in ucas_64()