Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_GET_INFO (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/vfio/cdx/
H A Dmain.c109 case VFIO_DEVICE_GET_INFO: in vfio_cdx_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h222 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h222 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) macro
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c129 case VFIO_DEVICE_GET_INFO: in vfio_fsl_mc_ioctl()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c283 if (cmd == VFIO_DEVICE_GET_INFO) { in vfio_platform_ioctl()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c517 case VFIO_DEVICE_GET_INFO: in vfio_ccw_mdev_ioctl()
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c521 case VFIO_DEVICE_GET_INFO: in mdpy_ioctl()
H A Dmtty.c1210 case VFIO_DEVICE_GET_INFO: in mtty_ioctl()
H A Dmbochs.c1194 case VFIO_DEVICE_GET_INFO: in mbochs_ioctl()
/openbmc/qemu/hw/vfio/
H A Diommufd.c570 ret = ioctl(devfd, VFIO_DEVICE_GET_INFO, &dev_info); in iommufd_cdev_attach()
H A Dcommon.c1524 if (ioctl(fd, VFIO_DEVICE_GET_INFO, info)) { in vfio_get_device_info()
/openbmc/qemu/util/
H A Dvfio-helpers.c409 if (ioctl(s->device, VFIO_DEVICE_GET_INFO, &device_info)) { in qemu_vfio_init_pci()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst342 VFIO_DEVICE_GET_INFO
H A Dvfio-ap.rst417 this callback handles the VFIO_DEVICE_GET_INFO and VFIO_DEVICE_RESET ioctls
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1143 if (cmd == VFIO_DEVICE_GET_INFO) { in intel_vgpu_ioctl()
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c2005 case VFIO_DEVICE_GET_INFO: in vfio_ap_mdev_ioctl()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst216 ioctl(device, VFIO_DEVICE_GET_INFO, &device_info);
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1468 case VFIO_DEVICE_GET_INFO: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1277 +pub const VFIO_DEVICE_GET_INFO: u32 = 15211;