MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pci_vfio_is_enabled

Function pci_vfio_is_enabled

dpdk/drivers/bus/pci/linux/pci_vfio.c:1324–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324int
1325pci_vfio_is_enabled(void)
1326{
1327 return rte_vfio_is_enabled("vfio_pci");
1328}
1329#endif

Callers 4

rte_pci_map_deviceFunction · 0.85
rte_pci_unmap_deviceFunction · 0.85
rte_pci_ioport_mapFunction · 0.85
rte_pci_ioport_unmapFunction · 0.85

Calls 1

rte_vfio_is_enabledFunction · 0.50

Tested by

no test coverage detected