Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompiler.h42 #define WRITE_ONCE(x,v) do { \ macro
/third_party/libbpf/include/linux/
Dcompiler.h10 #define WRITE_ONCE(x, v) (*(volatile typeof(x) *)&x) = (v) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro