Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_atomic_subword.h160 #ifndef atomic_fcmpset_16
162 atomic_fcmpset_16(__volatile uint16_t *addr, uint16_t *old, uint16_t val) in atomic_fcmpset_16() function
H A Datomic_san.h326 #define atomic_fcmpset_16 ATOMIC_SAN(fcmpset_16) macro
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h198 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \
249 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \
/freebsd/sys/arm64/include/
H A Datomic.h269 #define atomic_fcmpset_16 atomic_fcmpset_16 macro
534 #define atomic_fcmpset_short atomic_fcmpset_16
/freebsd/sys/arm/include/
H A Datomic.h260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() function
267 #define atomic_fcmpset_16 atomic_fcmpset_16 macro
/freebsd/sys/riscv/include/
H A Datomic.h48 static __inline int atomic_fcmpset_16(__volatile uint16_t *, uint16_t *,
117 #define atomic_fcmpset_short atomic_fcmpset_16
/freebsd/sys/powerpc/include/
H A Datomic.h900 #define atomic_fcmpset_16 atomic_fcmpset_short macro
1139 #define atomic_fcmpset_short atomic_fcmpset_16
/freebsd/sys/amd64/include/
H A Datomic.h510 #define atomic_fcmpset_16 atomic_fcmpset_short macro
/freebsd/sys/i386/include/
H A Datomic.h763 #define atomic_fcmpset_16 atomic_fcmpset_short macro
/freebsd/sys/vm/
H A Dvm_page.c5442 #elif (PAGE_SIZE == 8192) && defined(atomic_fcmpset_16) in vm_page_bits_swap()
5446 while (atomic_fcmpset_16(bits, &old, newbits) == 0); in vm_page_bits_swap()