Home
last modified time | relevance | path

Searched refs:atomic_fcmpset_8 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/sys/
H A D_atomic_subword.h132 #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.h269 #define atomic_fcmpset_8 kcsan_atomic_fcmpset_8 macro
/f-stack/freebsd/arm/include/
H A Datomic-v6.h238 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 Datomic.h261 #define atomic_fcmpset_8 atomic_fcmpset_8 macro
/f-stack/freebsd/mips/include/
H A Datomic.h89 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 Datomic.h576 #define atomic_fcmpset_8 atomic_fcmpset_char macro
/f-stack/freebsd/i386/include/
H A Datomic.h831 #define atomic_fcmpset_8 atomic_fcmpset_char macro
/f-stack/freebsd/vm/
H A Dvm_page.c4972 #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 Dvfs_cache.c1114 if (atomic_fcmpset_8(&ns->neg_hit, &n, n + 1)) in cache_neg_hit_prep()