Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/xen/
Dgntdev.c85 struct gnttab_unmap_grant_ref *unmap_ops; member
118 kfree(map->unmap_ops); in gntdev_free_map()
134 add->unmap_ops = kcalloc(count, sizeof(add->unmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map()
139 NULL == add->unmap_ops || in gntdev_alloc_map()
149 add->unmap_ops[i].handle = -1; in gntdev_alloc_map()
232 gnttab_set_unmap_op(&map->unmap_ops[pgnr], pte_maddr, flags, in find_grant_ptes()
251 gnttab_set_unmap_op(&map->unmap_ops[i], addr, in map_grant_pages()
291 map->unmap_ops[i].handle = map->map_ops[i].handle; in map_grant_pages()
319 err = gnttab_unmap_refs(map->unmap_ops + offset, in __unmap_grant_pages()
326 if (map->unmap_ops[offset+i].status) in __unmap_grant_pages()
[all …]
Dgrant-table.c784 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() argument
790 ret = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap_ops, count); in gnttab_unmap_refs()
/linux-3.4.99/include/xen/
Dgrant_table.h187 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,