Home
last modified time | relevance | path

Searched refs:VFIO_GROUP_GET_DEVICE_FD (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst56 device file descriptor via VFIO_GROUP_GET_DEVICE_FD in order to support
/openbmc/linux/include/uapi/linux/
H A Dvfio.h193 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h193 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6) macro
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst213 device = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "0000:06:0d.0");
272 Traditionally user acquires a device fd via VFIO_GROUP_GET_DEVICE_FD
442 via VFIO_GROUP_GET_DEVICE_FD) for a user session.
546 device = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "0000:06:0d.0");
/openbmc/linux/drivers/vfio/
H A Dgroup.c392 case VFIO_GROUP_GET_DEVICE_FD: in vfio_group_fops_unl_ioctl()
/openbmc/qemu/util/
H A Dvfio-helpers.c400 s->device = ioctl(s->group, VFIO_GROUP_GET_DEVICE_FD, device); in qemu_vfio_init_pci()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c807 fd = ioctl(group->fd, VFIO_GROUP_GET_DEVICE_FD, name); in vfio_get_device()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch774 +pub const VFIO_GROUP_GET_DEVICE_FD: u32 = 15210;