Searched refs:atomic_fcmpset_rel_32 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Datomic.h63 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32
87 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32
H A Datomic-v4.h437 #define atomic_fcmpset_rel_32 atomic_fcmpset_32 macro
H A Datomic-v6.h278 atomic_fcmpset_rel_32(volatile uint32_t *p, uint32_t *cmpval, uint32_t newval) function
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h227 atomic_fcmpset_rel_32(volatile uint32_t *p, uint32_t *cmpval, uint32_t newval) function
267 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32
/freebsd-11-stable/sys/mips/include/
H A Datomic.h427 atomic_fcmpset_rel_32(__volatile uint32_t *p, uint32_t *cmpval, uint32_t newval) function
639 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32
720 atomic_fcmpset_rel_32((volatile u_int *)(p), (u_int *)(cmpval), \
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h389 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h620 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h786 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h876 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int macro

Completed in 305 milliseconds