Home
last modified time | relevance | path

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

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