Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dgntdev.c133 kvfree(map->kunmap_ops); in gntdev_free_map()
162 add->kunmap_ops = kvmalloc_objs(add->kunmap_ops[0], count); in gntdev_alloc_map()
163 if (NULL == add->kmap_ops || NULL == add->kunmap_ops) in gntdev_alloc_map()
207 add->kunmap_ops[i].handle = INVALID_GRANT_HANDLE; in gntdev_alloc_map()
365 gnttab_set_unmap_op(&map->kunmap_ops[i], address, in gntdev_map_grant_pages()
387 map->kunmap_ops[i].handle = map->kmap_ops[i].handle; in gntdev_map_grant_pages()
417 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
418 map->kunmap_ops[offset + i].handle != INVALID_GRANT_HANDLE) in __unmap_grant_pages_done()
421 WARN_ON(map->kunmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done()
422 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
/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
/linux/drivers/block/xen-blkback/
H A Dblkback.c257 unmap_data.kunmap_ops = NULL; in free_persistent_gnts()
301 unmap_data.kunmap_ops = NULL; in xen_blkbk_unmap_purged_grants()
716 work->kunmap_ops = NULL; in xen_blkbk_unmap_and_respond()