Lines Matching refs:mbochs_dmabuf
129 struct mbochs_dmabuf { struct
703 struct mbochs_dmabuf *dmabuf = vma->vm_private_data; in mbochs_dmabuf_vm_fault()
719 struct mbochs_dmabuf *dmabuf = buf->priv; in mbochs_mmap_dmabuf()
732 static void mbochs_print_dmabuf(struct mbochs_dmabuf *dmabuf, in mbochs_print_dmabuf()
751 struct mbochs_dmabuf *dmabuf = at->dmabuf->priv; in mbochs_map_dmabuf()
780 struct mbochs_dmabuf *dmabuf = at->dmabuf->priv; in mbochs_unmap_dmabuf()
791 struct mbochs_dmabuf *dmabuf = buf->priv; in mbochs_release_dmabuf()
810 struct mbochs_dmabuf *dmabuf = buf->priv; in mbochs_kmap_dmabuf()
831 static struct mbochs_dmabuf *mbochs_dmabuf_alloc(struct mdev_state *mdev_state, in mbochs_dmabuf_alloc()
834 struct mbochs_dmabuf *dmabuf; in mbochs_dmabuf_alloc()
839 dmabuf = kzalloc(sizeof(struct mbochs_dmabuf), GFP_KERNEL); in mbochs_dmabuf_alloc()
874 static struct mbochs_dmabuf *
878 struct mbochs_dmabuf *dmabuf; in mbochs_dmabuf_find_by_mode()
889 static struct mbochs_dmabuf *
892 struct mbochs_dmabuf *dmabuf; in mbochs_dmabuf_find_by_id()
903 static int mbochs_dmabuf_export(struct mbochs_dmabuf *dmabuf) in mbochs_dmabuf_export()
997 struct mbochs_dmabuf *dmabuf; in mbochs_query_gfx_plane()
1062 struct mbochs_dmabuf *dmabuf; in mbochs_get_gfx_dmabuf()
1217 struct mbochs_dmabuf *dmabuf, *tmp; in mbochs_close()