Lines Matching refs:mfetch
1082 struct mon_bin_mfetch mfetch;
1087 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1090 if (mfetch.nflush) {
1091 ret = mon_bin_flush(rp, mfetch.nflush);
1097 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
1161 struct mon_bin_mfetch32 mfetch;
1166 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1169 if (mfetch.nflush32) {
1170 ret = mon_bin_flush(rp, mfetch.nflush32);
1176 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32),
1177 mfetch.nfetch32);