Searched refs:vfio_group (Results 1 – 5 of 5) sorted by relevance
26 static struct vfio_device *vfio_device_get_from_name(struct vfio_group *group, in vfio_device_get_from_name()58 static bool vfio_group_has_iommu(struct vfio_group *group) in vfio_group_has_iommu()76 static int vfio_group_ioctl_unset_container(struct vfio_group *group) in vfio_group_ioctl_unset_container()102 static int vfio_group_ioctl_set_container(struct vfio_group *group, in vfio_group_ioctl_set_container()313 static int vfio_group_ioctl_get_device_fd(struct vfio_group *group, in vfio_group_ioctl_get_device_fd()353 static int vfio_group_ioctl_get_status(struct vfio_group *group, in vfio_group_ioctl_get_status()395 struct vfio_group *group = filep->private_data; in vfio_group_fops_unl_ioctl()414 struct vfio_group *group = device->group; in vfio_device_block_group()432 struct vfio_group *group = device->group; in vfio_device_unblock_group()441 struct vfio_group *group = in vfio_group_fops_open()[all …]
21 struct vfio_group *group;70 struct vfio_group { struct109 struct vfio_group *vfio_group_from_file(struct file *file); argument110 bool vfio_group_enforced_coherent(struct vfio_group *group);111 void vfio_group_set_kvm(struct vfio_group *group, struct kvm *kvm);122 struct vfio_group;164 static inline struct vfio_group *vfio_group_from_file(struct file *file) in vfio_group_from_file()169 static inline bool vfio_group_enforced_coherent(struct vfio_group *group) in vfio_group_enforced_coherent()174 static inline void vfio_group_set_kvm(struct vfio_group *group, struct kvm *kvm) in vfio_group_set_kvm()240 int vfio_group_use_container(struct vfio_group *group);[all …]
239 struct vfio_group *group; in __vfio_container_attach_groups()417 struct vfio_group *group) in vfio_container_attach_group()468 void vfio_group_detach_container(struct vfio_group *group) in vfio_group_detach_container()503 int vfio_group_use_container(struct vfio_group *group) in vfio_group_use_container()522 void vfio_group_unuse_container(struct vfio_group *group) in vfio_group_unuse_container()
47 struct vfio_group *group;
180 add it to an iommu_group and a vfio_group. Then we could pass through