Searched defs:atomic_fcmpset_64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | subr_atomic64.c | 121 int atomic_fcmpset_64(volatile u_int64_t *p, u_int64_t *old, u_int64_t new) in atomic_fcmpset_64() function
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | atomic.h | 362 atomic_fcmpset_64(volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) in atomic_fcmpset_64() function
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | atomic.h | 612 #define atomic_fcmpset_64 atomic_fcmpset_long macro
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | atomic.h | 916 #define atomic_fcmpset_64 atomic_fcmpset_long macro
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | atomic.h | 528 atomic_fcmpset_64(__volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) in atomic_fcmpset_64() function
|
| /freebsd-13.1/sys/sys/ |
| H A D | atomic_san.h | 375 #define atomic_fcmpset_64 ATOMIC_SAN(fcmpset_64) macro
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | atomic-v6.h | 356 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) in atomic_fcmpset_64() function
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | atomic.h | 549 atomic_fcmpset_64(volatile uint64_t *dst, uint64_t *expect, uint64_t src) in atomic_fcmpset_64() function
|