Home
last modified time | relevance | path

Searched refs:atomic_add_acq_64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A D_atomic64e.h41 #define atomic_add_acq_64 atomic_add_64 macro
H A Datomic_san.h375 #define atomic_add_acq_64 ATOMIC_SAN(add_acq_64) macro
/freebsd/sys/riscv/include/
H A Datomic.h592 #define atomic_add_acq_long atomic_add_acq_64
600 #define atomic_add_acq_ptr atomic_add_acq_64
/freebsd/sys/arm64/include/
H A Datomic.h615 #define atomic_add_acq_long atomic_add_acq_64
624 #define atomic_add_acq_ptr atomic_add_acq_64
/freebsd/sys/amd64/include/
H A Datomic.h550 #define atomic_add_acq_64 atomic_add_acq_long macro
/freebsd/sys/i386/include/
H A Datomic.h811 #define atomic_add_acq_64 atomic_add_64 macro
/freebsd/sys/powerpc/include/
H A Datomic.h148 #define atomic_add_acq_64 atomic_add_acq_long in _ATOMIC_ADD() macro