Lines Matching refs:__x
168 __typeof__(*(ptr)) __x = (x); \
176 __pu_err = __put_user_fn(&__x, ptr, \
201 unsigned char __x = 0; \
202 __gu_err = __get_user_fn(&__x, ptr, \
204 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
208 unsigned short __x = 0; \
209 __gu_err = __get_user_fn(&__x, ptr, \
211 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
215 unsigned int __x = 0; \
216 __gu_err = __get_user_fn(&__x, ptr, \
218 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
222 unsigned long long __x = 0; \
223 __gu_err = __get_user_fn(&__x, ptr, \
225 (x) = *(__force __typeof__(*(ptr)) *) &__x; \