Home
last modified time | relevance | path

Searched refs:atomic_fcmpset_16 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A D_atomic_subword.h162 #ifndef atomic_fcmpset_16
164 atomic_fcmpset_16(__volatile uint16_t *addr, uint16_t *old, uint16_t val) in atomic_fcmpset_16() function
H A D_cscan_atomic.h297 #define atomic_fcmpset_16 kcsan_atomic_fcmpset_16 macro
/f-stack/freebsd/arm/include/
H A Datomic-v6.h268 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() function
275 #define atomic_fcmpset_16 atomic_fcmpset_16 macro
/f-stack/freebsd/arm64/include/
H A Datomic.h263 #define atomic_fcmpset_16 atomic_fcmpset_16 macro
/f-stack/freebsd/mips/include/
H A Datomic.h91 static __inline int atomic_fcmpset_16(__volatile uint16_t *, uint16_t *, uint16_t);
643 #define atomic_fcmpset_short atomic_fcmpset_16
/f-stack/freebsd/amd64/include/
H A Datomic.h598 #define atomic_fcmpset_16 atomic_fcmpset_short macro
/f-stack/freebsd/i386/include/
H A Datomic.h853 #define atomic_fcmpset_16 atomic_fcmpset_short macro
/f-stack/freebsd/vm/
H A Dvm_page.c4966 #elif (PAGE_SIZE == 8192) && defined(atomic_fcmpset_16) in vm_page_bits_swap()
4970 while (atomic_fcmpset_16(bits, &old, newbits) == 0); in vm_page_bits_swap()