Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/xen/
A Dgntdev.c124 kvfree(map->kunmap_ops); in gntdev_free_map()
157 add->kunmap_ops = kvmalloc_array(count, sizeof(add->kunmap_ops[0]), in gntdev_alloc_map()
159 if (NULL == add->kmap_ops || NULL == add->kunmap_ops) in gntdev_alloc_map()
204 add->kunmap_ops[i].handle = INVALID_GRANT_HANDLE; in gntdev_alloc_map()
361 gnttab_set_unmap_op(&map->kunmap_ops[i], address, in gntdev_map_grant_pages()
383 map->kunmap_ops[i].handle = map->kmap_ops[i].handle; in gntdev_map_grant_pages()
413 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
420 map->kunmap_ops[offset+i].handle, in __unmap_grant_pages_done()
421 map->kunmap_ops[offset+i].status); in __unmap_grant_pages_done()
422 map->kunmap_ops[offset+i].handle = INVALID_GRANT_HANDLE; in __unmap_grant_pages_done()
[all …]
A Dgntdev-common.h60 struct gnttab_unmap_grant_ref *kunmap_ops; member
A Dgrant-table.c1275 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs() argument
1288 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs()
1321 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
/linux-6.3-rc2/include/xen/
A Dgrant_table.h80 struct gnttab_unmap_grant_ref *kunmap_ops; member
259 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-6.3-rc2/arch/x86/include/asm/xen/
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-6.3-rc2/include/xen/arm/
A Dpage.h100 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-6.3-rc2/arch/x86/xen/
A Dp2m.c773 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
790 if (kunmap_ops) in clear_foreign_p2m_mapping()
792 kunmap_ops, count) ?: ret; in clear_foreign_p2m_mapping()
/linux-6.3-rc2/arch/arm/xen/
A Dp2m.c137 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
/linux-6.3-rc2/drivers/block/xen-blkback/
A Dblkback.c254 unmap_data.kunmap_ops = NULL; in free_persistent_gnts()
296 unmap_data.kunmap_ops = NULL; in xen_blkbk_unmap_purged_grants()
716 work->kunmap_ops = NULL; in xen_blkbk_unmap_and_respond()

Completed in 17 milliseconds