Home
last modified time | relevance | path

Searched refs:atomic_store_rel_64 (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_brng.c108 atomic_store_rel_64(&fxrng_root_generation, rng->brng_generation); in fxrng_brng_src_reseed()
131 atomic_store_rel_64(&fxrng_root_generation, rng->brng_generation); in fxrng_brng_reseed()
/freebsd/sys/sys/
H A D_atomic64e.h72 #define atomic_store_rel_64 atomic_store_64 macro
H A Datomic_san.h397 #define atomic_store_rel_64 ATOMIC_SAN(store_rel_64) macro
/freebsd/sys/riscv/include/
H A Datomic.h584 atomic_store_rel_64(volatile uint64_t *p, uint64_t val) in atomic_store_rel_64() function
647 #define atomic_store_rel_long atomic_store_rel_64
655 #define atomic_store_rel_ptr atomic_store_rel_64
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h74 atomic_store_rel_64(&v->counter, i); in atomic64_set()
/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h44 #define atomic64_set(p, v) atomic_store_rel_64(p, v)
/freebsd/sys/x86/x86/
H A Dtsc.c751 atomic_store_rel_64(&tsc_freq, new_freq); in tsc_update_freq()
752 atomic_store_rel_64(&tsc_timecounter.tc_frequency, in tsc_update_freq()
H A Dpvclock.c85 atomic_store_rel_64(&pvclock_last_systime, 0); in pvclock_resume()
/freebsd/sys/arm64/include/
H A Datomic.h638 #define atomic_store_rel_long atomic_store_rel_64
646 #define atomic_store_rel_ptr atomic_store_rel_64
/freebsd/sys/i386/include/
H A Datomic.h527 atomic_store_rel_64(volatile uint64_t *p, uint64_t v) in atomic_store_rel_64() function
816 #define atomic_store_64 atomic_store_rel_64
/freebsd/sys/i386/i386/
H A Dsys_machdep.c590 atomic_store_rel_64(&((uint64_t *)(pldt->ldt_base))[i], in i386_set_ldt()
726 atomic_store_rel_64(&dst[start + i], src[i]); in i386_set_ldt_data()
/freebsd/sys/amd64/include/
H A Datomic.h556 #define atomic_store_rel_64 atomic_store_rel_long macro
/freebsd/sys/arm/include/
H A Datomic.h838 atomic_store_rel_64(volatile uint64_t *p, uint64_t val) in atomic_store_rel_64() function
/freebsd/sys/powerpc/include/
H A Datomic.h531 #define atomic_store_rel_64 atomic_store_rel_long in ATOMIC_STORE_LOAD() macro
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h982 #define OS_ATOMIC64_INIT(p,val) atomic_store_rel_64(p, val)
/freebsd/sys/dev/ena/
H A Dena.c3086 atomic_store_rel_64(&adapter->keep_alive_timestamp, stime); in ena_keep_alive_wd()