Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c223 static void vhost_vdpa_cleanup(NetClientState *nc) in vhost_vdpa_cleanup() function
437 .cleanup = vhost_vdpa_cleanup,
1304 .cleanup = vhost_vdpa_cleanup,
/openbmc/linux/drivers/vhost/
H A Dvdpa.c1283 static void vhost_vdpa_cleanup(struct vhost_vdpa *v) in vhost_vdpa_cleanup() function
1344 vhost_vdpa_cleanup(v); in vhost_vdpa_open()
1370 vhost_vdpa_cleanup(v); in vhost_vdpa_release()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c757 static int vhost_vdpa_cleanup(struct vhost_dev *dev) in vhost_vdpa_cleanup() function
1549 .vhost_backend_cleanup = vhost_vdpa_cleanup,
H A Dtrace-events44 vhost_vdpa_cleanup(void *dev, void *vdpa) "dev: %p vdpa: %p"