Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dgntdev.c133 kvfree(map->kunmap_ops); in gntdev_free_map()
166 add->kunmap_ops = kvmalloc_array(count, sizeof(add->kunmap_ops[0]), in gntdev_alloc_map()
168 if (NULL == add->kmap_ops || NULL == add->kunmap_ops) in gntdev_alloc_map()
213 add->kunmap_ops[i].handle = INVALID_GRANT_HANDLE; in gntdev_alloc_map()
371 gnttab_set_unmap_op(&map->kunmap_ops[i], address, in gntdev_map_grant_pages()
393 map->kunmap_ops[i].handle = map->kmap_ops[i].handle; in gntdev_map_grant_pages()
423 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
424 map->kunmap_ops[offset + i].handle != INVALID_GRANT_HANDLE) in __unmap_grant_pages_done()
427 WARN_ON(map->kunmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done()
428 map->kunmap_ops[offset + i].handle != INVALID_GRANT_HANDLE); in __unmap_grant_pages_done()
[all …]
H A Dgntdev-common.h64 struct gnttab_unmap_grant_ref *kunmap_ops; member
H A Dgrant-table.c1291 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs() argument
1304 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs()
1337 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
/linux/include/xen/
H A Dgrant_table.h80 struct gnttab_unmap_grant_ref *kunmap_ops; member
259 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux/arch/x86/include/asm/xen/
H A Dpage.h69 struct gnttab_unmap_grant_ref *kunmap_ops,
82 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
/linux/include/xen/arm/
H A Dpage.h100 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux/arch/x86/xen/
H A Dp2m.c767 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
784 if (kunmap_ops) in clear_foreign_p2m_mapping()
786 kunmap_ops, count) ?: ret; in clear_foreign_p2m_mapping()
/linux/arch/arm/xen/
H A Dp2m.c137 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument