Searched refs:vfio_device_file (Results 1 – 5 of 5) sorted by relevance
19 struct vfio_device_file { struct32 int vfio_df_open(struct vfio_device_file *df); argument33 void vfio_df_close(struct vfio_device_file *df);34 struct vfio_device_file *108 void vfio_df_group_close(struct vfio_device_file *df);323 int vfio_df_iommufd_bind(struct vfio_device_file *df);324 void vfio_df_iommufd_unbind(struct vfio_device_file *df);352 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df,354 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df,378 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,[all …]
27 struct vfio_device_file *df; in vfio_device_fops_cdev_open()56 static void vfio_df_get_kvm_safe(struct vfio_device_file *df) in vfio_df_get_kvm_safe()63 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, in vfio_df_ioctl_bind_iommufd()141 void vfio_df_unbind_iommufd(struct vfio_device_file *df) in vfio_df_unbind_iommufd()162 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df, in vfio_df_ioctl_attach_pt()221 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df, in vfio_df_ioctl_detach_pt()
490 struct vfio_device_file *493 struct vfio_device_file *df; in vfio_allocate_device_file()556 int vfio_df_open(struct vfio_device_file *df) in vfio_df_open()580 void vfio_df_close(struct vfio_device_file *df) in vfio_df_close()630 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_release()1263 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_unl_ioctl()1312 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_read()1329 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_write()1344 struct vfio_device_file *df = filep->private_data; in vfio_device_fops_mmap()1370 struct vfio_device_file *df = file->private_data; in vfio_device_from_file()[all …]
21 int vfio_df_iommufd_bind(struct vfio_device_file *df) in vfio_df_iommufd_bind()51 void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind()
165 static int vfio_df_group_open(struct vfio_device_file *df) in vfio_df_group_open()234 void vfio_df_group_close(struct vfio_device_file *df) in vfio_df_group_close()253 struct vfio_device_file *df; in vfio_device_open_file()