Searched refs:atomic_fcmpset_16 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | _atomic_subword.h | 160 #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 D | atomic_san.h | 326 #define atomic_fcmpset_16 ATOMIC_SAN(fcmpset_16) macro
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic.h | 198 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \ 249 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 269 #define atomic_fcmpset_16 atomic_fcmpset_16 macro 534 #define atomic_fcmpset_short atomic_fcmpset_16
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 260 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 D | atomic.h | 48 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 D | atomic.h | 900 #define atomic_fcmpset_16 atomic_fcmpset_short macro 1139 #define atomic_fcmpset_short atomic_fcmpset_16
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 510 #define atomic_fcmpset_16 atomic_fcmpset_short macro
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 763 #define atomic_fcmpset_16 atomic_fcmpset_short macro
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 5442 #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()
|