Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_GET_REGION_INFO (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dvfio.h193 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro
/linux-4.1.27/drivers/vfio/platform/
Dvfio_platform_common.c169 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in vfio_platform_ioctl()
/linux-4.1.27/Documentation/
Dvfio.txt221 ioctl(device, VFIO_DEVICE_GET_REGION_INFO, &reg);
284 own VFIO_DEVICE_GET_REGION_INFO ioctl.
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c452 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in vfio_pci_ioctl()