Home
last modified time | relevance | path

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

/Linux-v6.1/samples/vfio-mdev/
Dmbochs.c159 struct mbochs_dmabuf { struct
818 struct mbochs_dmabuf *dmabuf = vma->vm_private_data; in mbochs_dmabuf_vm_fault()
834 struct mbochs_dmabuf *dmabuf = buf->priv; in mbochs_mmap_dmabuf()
847 static void mbochs_print_dmabuf(struct mbochs_dmabuf *dmabuf, in mbochs_print_dmabuf()
866 struct mbochs_dmabuf *dmabuf = at->dmabuf->priv; in mbochs_map_dmabuf()
895 struct mbochs_dmabuf *dmabuf = at->dmabuf->priv; in mbochs_unmap_dmabuf()
907 struct mbochs_dmabuf *dmabuf = buf->priv; in mbochs_release_dmabuf()
931 static struct mbochs_dmabuf *mbochs_dmabuf_alloc(struct mdev_state *mdev_state, in mbochs_dmabuf_alloc()
934 struct mbochs_dmabuf *dmabuf; in mbochs_dmabuf_alloc()
939 dmabuf = kzalloc(sizeof(struct mbochs_dmabuf), GFP_KERNEL); in mbochs_dmabuf_alloc()
[all …]