Lines Matching refs:__ptr
198 __typeof__(ptr) __ptr = (ptr); /* eval ptr once */ \
199 __chk_user_ptr(__ptr); \
200 __ptr_pu = __ptr; \
209 instrument_put_user(__x, __ptr, sizeof(*(ptr))); \
257 __typeof__(ptr) __ptr = (ptr); /* eval ptr once */ \
258 __chk_user_ptr(__ptr); \
261 __put_user_goto(__x, __ptr, "b", "iq", label); \
264 __put_user_goto(__x, __ptr, "w", "ir", label); \
267 __put_user_goto(__x, __ptr, "l", "ir", label); \
270 __put_user_goto_u64(__x, __ptr, label); \
275 instrument_put_user(__x, __ptr, size); \
332 __typeof__(ptr) __ptr = (ptr); \
345 : [lowbits] "m" (__m(__ptr)), \
346 [highbits] "m" __m(((u32 __user *)(__ptr)) + 1), \