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/
H A Dcompiler.h40 #define WRITE_ONCE(x,v) do { \ macro
/third_party/libbpf/include/linux/
H A Dcompiler.h10 #define WRITE_ONCE(x, v) (*(volatile typeof(x) *)&x) = (v) macro
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro

Completed in 2 milliseconds