Searched defs:READ_ONCE (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/virtio/linux/
H A Dcompiler.h10 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/linux-master/include/asm-generic/
H A Drwonce.h47 #define READ_ONCE(x) \ macro
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h40 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.h97 #define READ_ONCE(x) \ macro
/linux-master/tools/virtio/ringtest/
H A Dmain.h184 #define READ_ONCE(x) \ macro
192 #define READ_ONCE(x) \ macro
/linux-master/tools/include/linux/
H A Dcompiler.h192 #define READ_ONCE(x) \ macro

Completed in 291 milliseconds