Searched defs:atomic_store_64 (Results 1 – 6 of 6) sorted by relevance
285 #define atomic_store_64(p, v) \ macro
64 #define atomic_store_64(v, x) atomic64_set((atomic64_t *)(v), x) macro
322 atomic_store_64(volatile uint64_t *target, uint64_t bits) in atomic_store_64() function
123 #define atomic_store_64(p, v) \ macro
395 #define atomic_store_64 ATOMIC_SAN(store_64) macro
807 #define atomic_store_64 atomic_store_rel_64 macro