Searched defs:READ_ONCE (Results 1 – 12 of 12) sorted by relevance
5 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
9 #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
181 #define READ_ONCE(x) \ macro
47 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
13 #define READ_ONCE(p) (p) 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