Searched refs:VFIO_GROUP_SET_CONTAINER (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | vfio.h | 166 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio.h | 166 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) macro
|
/openbmc/qemu/hw/vfio/ |
H A D | container.c | 394 if (ioctl(group_fd, VFIO_GROUP_SET_CONTAINER, &container_fd)) { in vfio_set_iommu() 584 if (!ioctl(group->fd, VFIO_GROUP_SET_CONTAINER, &container->fd)) { in vfio_connect_container()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 101 VFIO_GROUP_SET_CONTAINER ioctl, passing the file descriptor of the 195 ioctl(group, VFIO_GROUP_SET_CONTAINER, &container); 522 ioctl(group, VFIO_GROUP_SET_CONTAINER, &container);
|
/openbmc/linux/drivers/vfio/ |
H A D | group.c | 396 case VFIO_GROUP_SET_CONTAINER: in vfio_group_fops_unl_ioctl()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 358 if (ioctl(s->group, VFIO_GROUP_SET_CONTAINER, &s->container)) { in qemu_vfio_init_pci()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 760 +pub const VFIO_GROUP_SET_CONTAINER: u32 = 15208;
|