Searched defs:ACCESS_ONCE (Results 1 – 5 of 5) 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
513 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x)) macro
68 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro