Searched defs:ACCESS_ONCE (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/tools/virtio/linux/
H A Duaccess.h5 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-4.4.14/tools/include/linux/
H A Dcompiler.h42 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h44 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-4.4.14/include/linux/
H A Dcompiler.h513 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x)) macro
/linux-4.4.14/Documentation/mic/mpssd/
H A Dmpssd.c68 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro

Completed in 265 milliseconds