Home
last modified time | relevance | path

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

/linux-4.1.27/tools/include/linux/
Dcompiler.h38 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-4.1.27/tools/virtio/linux/
Duaccess.h5 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-4.1.27/include/linux/
Dcompiler.h458 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x)) macro
/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c68 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro