Lines Matching refs:__ptr
176 __typeof__(ptr) __ptr = (ptr); /* eval ptr once */ \
177 __chk_user_ptr(__ptr); \
178 __ptr_pu = __ptr; \
187 instrument_put_user(__x, __ptr, sizeof(*(ptr))); \
235 __typeof__(ptr) __ptr = (ptr); /* eval ptr once */ \
236 __chk_user_ptr(__ptr); \
239 __put_user_goto(__x, __ptr, "b", "iq", label); \
242 __put_user_goto(__x, __ptr, "w", "ir", label); \
245 __put_user_goto(__x, __ptr, "l", "ir", label); \
248 __put_user_goto_u64(__x, __ptr, label); \
253 instrument_put_user(__x, __ptr, size); \
310 __typeof__(ptr) __ptr = (ptr); \
323 : [lowbits] "m" (__m(__ptr)), \
324 [highbits] "m" __m(((u32 __user *)(__ptr)) + 1), \