VFIO_PCI_NUM_REGIONS  413 drivers/gpu/drm/i915/gvt/kvmgt.c 			VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  513 drivers/gpu/drm/i915/gvt/kvmgt.c 			VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  941 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (index >= VFIO_PCI_NUM_REGIONS + vgpu->vdev.num_regions) {
VFIO_PCI_NUM_REGIONS  970 drivers/gpu/drm/i915/gvt/kvmgt.c 		if (index >= VFIO_PCI_NUM_REGIONS + vgpu->vdev.num_regions)
VFIO_PCI_NUM_REGIONS  973 drivers/gpu/drm/i915/gvt/kvmgt.c 		index -= VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS 1296 drivers/gpu/drm/i915/gvt/kvmgt.c 		info.num_regions = VFIO_PCI_NUM_REGIONS +
VFIO_PCI_NUM_REGIONS 1387 drivers/gpu/drm/i915/gvt/kvmgt.c 				if (info.index >= VFIO_PCI_NUM_REGIONS +
VFIO_PCI_NUM_REGIONS 1392 drivers/gpu/drm/i915/gvt/kvmgt.c 							VFIO_PCI_NUM_REGIONS +
VFIO_PCI_NUM_REGIONS 1395 drivers/gpu/drm/i915/gvt/kvmgt.c 				i = info.index - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  713 drivers/vfio/pci/vfio_pci.c 		info.num_regions = VFIO_PCI_NUM_REGIONS + vdev->num_regions;
VFIO_PCI_NUM_REGIONS  816 drivers/vfio/pci/vfio_pci.c 			    VFIO_PCI_NUM_REGIONS + vdev->num_regions)
VFIO_PCI_NUM_REGIONS  819 drivers/vfio/pci/vfio_pci.c 							VFIO_PCI_NUM_REGIONS +
VFIO_PCI_NUM_REGIONS  822 drivers/vfio/pci/vfio_pci.c 			i = info.index - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS 1151 drivers/vfio/pci/vfio_pci.c 	if (index >= VFIO_PCI_NUM_REGIONS + vdev->num_regions)
VFIO_PCI_NUM_REGIONS 1169 drivers/vfio/pci/vfio_pci.c 		index -= VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS 1209 drivers/vfio/pci/vfio_pci.c 	if (index >= VFIO_PCI_NUM_REGIONS) {
VFIO_PCI_NUM_REGIONS 1210 drivers/vfio/pci/vfio_pci.c 		int regnum = index - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS   27 drivers/vfio/pci/vfio_pci_igd.c 	unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  114 drivers/vfio/pci/vfio_pci_igd.c 	unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS   45 drivers/vfio/pci/vfio_pci_nvlink2.c 	unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  310 drivers/vfio/pci/vfio_pci_nvlink2.c 	unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) - VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS   74 samples/vfio-mdev/mbochs.c #define MBOCHS_EDID_REGION_INDEX  VFIO_PCI_NUM_REGIONS
VFIO_PCI_NUM_REGIONS  435 samples/vfio-mdev/mdpy.c 	if (region_info->index >= VFIO_PCI_NUM_REGIONS &&
VFIO_PCI_NUM_REGIONS  474 samples/vfio-mdev/mdpy.c 	dev_info->num_regions = VFIO_PCI_NUM_REGIONS;
VFIO_PCI_NUM_REGIONS  137 samples/vfio-mdev/mtty.c 	struct mdev_region_info region_info[VFIO_PCI_NUM_REGIONS];
VFIO_PCI_NUM_REGIONS  138 samples/vfio-mdev/mtty.c 	u32 bar_mask[VFIO_PCI_NUM_REGIONS];
VFIO_PCI_NUM_REGIONS 1059 samples/vfio-mdev/mtty.c 	if (bar_index >= VFIO_PCI_NUM_REGIONS)
VFIO_PCI_NUM_REGIONS 1121 samples/vfio-mdev/mtty.c 	dev_info->num_regions = VFIO_PCI_NUM_REGIONS;