Searched defs:READ_ONCE (Results 1 – 7 of 7) sorted by relevance
45 #define READ_ONCE(x) ({ \ macro
48 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
50 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
88 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
187 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
176 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
494 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro