Searched refs:atomic_set_64 (Results 1 – 8 of 8) sorted by relevance
65 void atomic_set_64(volatile u_int64_t *, u_int64_t);66 #define atomic_set_acq_64 atomic_set_6467 #define atomic_set_rel_64 atomic_set_64
360 #define atomic_set_64 kcsan_atomic_set_64 macro
530 #define atomic_set_long atomic_set_64542 #define atomic_set_ptr atomic_set_64
191 atomic_set_64(__volatile uint64_t *p, uint64_t v) in atomic_set_64() function680 #define atomic_set_long atomic_set_64
630 #define atomic_set_64 atomic_set_long macro
731 atomic_set_64(volatile uint64_t *p, uint64_t val) in atomic_set_64() function
4890 atomic_set_64((uint64_t *)bits, set); in vm_page_bits_set()
420 #define pmap_set_bits(table, bits) atomic_set_64(table, bits)