Lines Matching refs:mfetch
1086 struct mon_bin_mfetch mfetch; in mon_bin_ioctl() local
1091 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_ioctl()
1094 if (mfetch.nflush) { in mon_bin_ioctl()
1095 ret = mon_bin_flush(rp, mfetch.nflush); in mon_bin_ioctl()
1101 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl()
1165 struct mon_bin_mfetch32 mfetch; in mon_bin_compat_ioctl() local
1170 if (copy_from_user(&mfetch, uptr, sizeof(mfetch))) in mon_bin_compat_ioctl()
1173 if (mfetch.nflush32) { in mon_bin_compat_ioctl()
1174 ret = mon_bin_flush(rp, mfetch.nflush32); in mon_bin_compat_ioctl()
1180 ret = mon_bin_fetch(file, rp, compat_ptr(mfetch.offvec32), in mon_bin_compat_ioctl()
1181 mfetch.nfetch32); in mon_bin_compat_ioctl()