Searched refs:ACCESS_ONCE (Results 1 – 2 of 2) sorted by relevance
175 typeof(p) _________p1 = ACCESS_ONCE(p); \
275 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro