Searched defs:ACCESS_ONCE (Results 1 – 4 of 4) sorted by relevance
38 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
5 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
458 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x)) macro
68 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro