Home
last modified time | relevance | path

Searched defs:WRITE_ONCE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/virtio/linux/
H A Dcompiler.h7 #define WRITE_ONCE(var, val) \ macro
/openbmc/linux/include/asm-generic/
H A Drwonce.h58 #define WRITE_ONCE(x, val) \ macro
/openbmc/linux/samples/bpf/
H A Dxdp_sample.bpf.h105 #define WRITE_ONCE(x, val) \ macro
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.h200 #define WRITE_ONCE(x, val) \ macro
/openbmc/linux/tools/include/linux/
H A Dcompiler.h192 #define WRITE_ONCE(x, val) \ macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c118 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro
/openbmc/u-boot/include/linux/
H A Dcompiler.h294 #define WRITE_ONCE(x, val) \ macro