Searched refs:atomic_fcmpset_8 (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _atomic_subword.h | 132 #ifndef atomic_fcmpset_8 134 atomic_fcmpset_8(__volatile uint8_t *addr, uint8_t *old, uint8_t val) in atomic_fcmpset_8() function
|
| H A D | _cscan_atomic.h | 269 #define atomic_fcmpset_8 kcsan_atomic_fcmpset_8 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) 245 #define atomic_fcmpset_8 atomic_fcmpset_8 macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 261 #define atomic_fcmpset_8 atomic_fcmpset_8 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 89 static __inline int atomic_fcmpset_8(__volatile uint8_t *, uint8_t *, uint8_t); 623 #define atomic_fcmpset_char atomic_fcmpset_8
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 576 #define atomic_fcmpset_8 atomic_fcmpset_char macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 831 #define atomic_fcmpset_8 atomic_fcmpset_char macro
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.c | 4972 #elif (PAGE_SIZE == 4096) && defined(atomic_fcmpset_8) in vm_page_bits_swap() 4976 while (atomic_fcmpset_8(bits, &old, newbits) == 0); in vm_page_bits_swap()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 1114 if (atomic_fcmpset_8(&ns->neg_hit, &n, n + 1)) in cache_neg_hit_prep()
|