Searched defs:ACCESS_ONCE (Results 1 – 2 of 2) sorted by relevance
89 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro
412 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro