Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c480 struct gnttab_map_grant_ref *grant_map_ops; member
520 free(gmap->grant_map_ops, M_GNTDEV); in gmap_list_dtor()
574 if (gmap->grant_map_ops[i].handle != -1) { in notify_unmap_cleanup()
575 unmap_ops[count].handle = gmap->grant_map_ops[i].handle; in notify_unmap_cleanup()
577 gmap->grant_map_ops[i].host_addr; in notify_unmap_cleanup()
601 gmap->grant_map_ops[i].handle = -1; in notify_unmap_cleanup()
602 gmap->grant_map_ops[i].host_addr = 0; in notify_unmap_cleanup()
640 gmap->grant_map_ops = in gntdev_map_grant_ref()
649 free(gmap->grant_map_ops, M_GNTDEV); in gntdev_map_grant_ref()
653 gmap->grant_map_ops[i].dom = ref.domid; in gntdev_map_grant_ref()
[all …]