HomeSort by: relevance | last modified time | path
    Searched defs:_ucas_64_mp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
systm.h 425 #define _ucas_64_mp kasan__ucas_64_mp macro
440 #define _ucas_64_mp kmsan__ucas_64_mp macro
449 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
  /src/sys/kern/
subr_asan.c 597 #undef _ucas_64_mp macro
640 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
648 return _ucas_64_mp(uaddr, old, new, ret);
subr_msan.c 919 #undef _ucas_64_mp macro
981 int _ucas_64_mp(volatile uint64_t *, uint64_t, uint64_t, uint64_t *);
990 _ret = _ucas_64_mp(uaddr, old, new, ret);

Completed in 21 milliseconds