Searched refs:vg_cleanup_mapping_iov (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | virgl.c | 120 vg_cleanup_mapping_iov(g, res_iovs, num_iovs); in virgl_cmd_resource_unref() 298 vg_cleanup_mapping_iov(g, res_iovs, att_rb.nr_entries); in virgl_resource_attach_backing() 318 vg_cleanup_mapping_iov(g, res_iovs, num_iovs); in virgl_resource_detach_backing()
|
H A D | vugpu.h | 191 void vg_cleanup_mapping_iov(VuGpu *g, struct iovec *iov, uint32_t count);
|
H A D | vhost-user-gpu.c | 557 void vg_cleanup_mapping_iov(VuGpu *g, in vg_cleanup_mapping_iov() function 567 vg_cleanup_mapping_iov(g, res->iov, res->iov_cnt); in vg_cleanup_mapping()
|