Searched refs:kunmap_ops (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntdev.c | 124 kvfree(map->kunmap_ops); in gntdev_free_map() 143 add->kunmap_ops = kvcalloc(count, in gntdev_alloc_map() 144 sizeof(add->kunmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map() 152 NULL == add->kunmap_ops || in gntdev_alloc_map() 195 add->kunmap_ops[i].handle = -1; in gntdev_alloc_map() 351 gnttab_set_unmap_op(&map->kunmap_ops[i], address, in gntdev_map_grant_pages() 373 map->kunmap_ops[i].handle = map->kmap_ops[i].handle; in gntdev_map_grant_pages() 403 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done() 404 map->kunmap_ops[offset + i].handle != -1) in __unmap_grant_pages_done() 407 WARN_ON(map->kunmap_ops[offset+i].status && in __unmap_grant_pages_done() [all …]
|
| H A D | gntdev-common.h | 60 struct gnttab_unmap_grant_ref *kunmap_ops; member
|
| H A D | grant-table.c | 1209 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs() argument 1222 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs() 1255 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | grant_table.h | 75 struct gnttab_unmap_grant_ref *kunmap_ops; member 259 struct gnttab_unmap_grant_ref *kunmap_ops,
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/ |
| H A D | page.h | 69 struct gnttab_unmap_grant_ref *kunmap_ops, 82 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
|
| /OK3568_Linux_fs/kernel/include/xen/arm/ |
| H A D | page.h | 100 struct gnttab_unmap_grant_ref *kunmap_ops,
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | p2m.c | 779 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument 796 if (kunmap_ops) in clear_foreign_p2m_mapping() 798 kunmap_ops, count) ?: ret; in clear_foreign_p2m_mapping()
|
| /OK3568_Linux_fs/kernel/arch/arm/xen/ |
| H A D | p2m.c | 137 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping() argument
|
| /OK3568_Linux_fs/kernel/drivers/block/xen-blkback/ |
| H A D | blkback.c | 254 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()
|