Lines Matching refs:uptr
1086 struct mon_bin_mfetch __user *uptr;
1088 uptr = (struct mon_bin_mfetch __user *)arg;
1090 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1097 if (put_user(ret, &uptr->nflush))
1103 if (put_user(ret, &uptr->nfetch))
1165 struct mon_bin_mfetch32 __user *uptr;
1167 uptr = (struct mon_bin_mfetch32 __user *) compat_ptr(arg);
1169 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1176 if (put_user(ret, &uptr->nflush32))
1183 if (put_user(ret, &uptr->nfetch32))