Searched defs:READ_ONCE (Results 1 – 8 of 8) sorted by relevance
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
39 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
142 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
47 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
1208 #define READ_ONCE(x) (*(volatile typeof(x) *)(&(x))) macro
178 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
175 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
453 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro