Lines Matching refs:uptr
1083 struct mon_bin_mfetch __user *uptr;
1085 uptr = (struct mon_bin_mfetch __user *)arg;
1087 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1094 if (put_user(ret, &uptr->nflush))
1100 if (put_user(ret, &uptr->nfetch))
1162 struct mon_bin_mfetch32 __user *uptr;
1164 uptr = (struct mon_bin_mfetch32 __user *) compat_ptr(arg);
1166 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1173 if (put_user(ret, &uptr->nflush32))
1180 if (put_user(ret, &uptr->nfetch32))