Home
last modified time | relevance | path

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

/Linux-v4.19/tools/virtio/linux/
Dcompiler.h8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbarriers.h38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/
Ddscr.h42 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/Linux-v4.19/tools/virtio/ringtest/
Dmain.h178 #define READ_ONCE(x) \ macro
/Linux-v4.19/tools/include/linux/
Dcompiler.h154 #define READ_ONCE(x) \ macro
/Linux-v4.19/include/linux/
Dcompiler.h258 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c68 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro