Home
last modified time | relevance | path

Searched refs:rte_vfio_is_enabled (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_vfio.h162 int rte_vfio_is_enabled(const char *modname);
/dpdk/lib/eal/
H A Dversion.map283 rte_vfio_is_enabled; # WINDOWS_NO_EXPORT
/dpdk/lib/eal/freebsd/
H A Deal.c946 int rte_vfio_is_enabled(__rte_unused const char *modname) in rte_vfio_is_enabled() function
/dpdk/lib/eal/linux/
H A Deal.c1191 if (rte_vfio_is_enabled("vfio") && vfio_mp_sync_setup() < 0) in rte_eal_init()
H A Deal_vfio.c1144 rte_vfio_is_enabled(const char *modname) in rte_vfio_is_enabled() function
/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c1169 return rte_vfio_is_enabled("vfio_pci"); in pci_vfio_is_enabled()
/dpdk/lib/vhost/
H A Dvhost_user.c178 if (dev->async_copy && rte_vfio_is_enabled("vfio")) in free_mem_region()
1369 if (dev->async_copy && rte_vfio_is_enabled("vfio")) in vhost_user_set_mem_table()