[go: nahoru, domu]

Searched refs:pci_config_map (Results 1 - 2 of 2) sorted by relevance

/drivers/vfio/pci/
H A Dvfio_pci_private.h37 u8 *pci_config_map; member in struct:vfio_pci_device
H A Dvfio_pci_config.c828 cap = vdev->pci_config_map[pos];
834 while (pos - 1 >= base && vdev->pci_config_map[pos - 1] == cap)
1201 u8 *map = vdev->pci_config_map;
1285 u8 *map = vdev->pci_config_map;
1382 * For each device we allocate a pci_config_map that indicates the
1416 vdev->pci_config_map = map;
1460 vdev->pci_config_map = NULL;
1470 kfree(vdev->pci_config_map);
1471 vdev->pci_config_map = NULL;
1483 u8 cap = vdev->pci_config_map[po
[all...]

Completed in 43 milliseconds