Searched defs:ACCESS_ONCE (Results 1 – 3 of 3) sorted by relevance
5 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
42 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
44 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro