Searched refs:atomic_store_64 (Results 1 – 8 of 8) sorted by relevance
73 void atomic_store_64(volatile u_int64_t *, u_int64_t);74 #define atomic_store_rel_64 atomic_store_64
69 #define atomic_store_64(p, v) \ macro
366 #define atomic_store_64 kcsan_atomic_store_64 macro
69 atomic_store_64((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * in counter_u64_zero_one_cpu()
813 atomic_store_64(volatile uint64_t *p, uint64_t val) in ATOMIC_ACQ_REL_LONG()850 atomic_store_64(p, val); in atomic_store_rel_64()
897 #define atomic_store_64 atomic_store_rel_64 macro
525 atomic_store_64(&object->un_pager.vnp.vnp_size, nsize); in vnode_pager_setsize()
415 #define pmap_clear(table) atomic_store_64(table, 0)421 #define pmap_store(table, entry) atomic_store_64(table, entry)