Home
last modified time | relevance | path

Searched refs:__WRITE_ONCE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Drwonce.h53 #define __WRITE_ONCE(x, val) \ macro
61 __WRITE_ONCE(x, val); \
/openbmc/linux/arch/x86/include/asm/
H A Datomic.h28 __WRITE_ONCE(v->counter, i); in arch_atomic_set()
H A Datomic64_64.h20 __WRITE_ONCE(v->counter, i); in arch_atomic64_set()
/openbmc/linux/arch/arm64/include/asm/
H A Datomic.h103 #define arch_atomic_set(v, i) __WRITE_ONCE(((v)->counter), (i))