Searched refs:unmap_ops (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | gntdev.c | 92 struct gnttab_unmap_grant_ref *unmap_ops; member 127 kfree(map->unmap_ops); in gntdev_free_map() 144 add->unmap_ops = kcalloc(count, sizeof(add->unmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map() 150 NULL == add->unmap_ops || in gntdev_alloc_map() 161 add->unmap_ops[i].handle = -1; in gntdev_alloc_map() 259 gnttab_set_unmap_op(&map->unmap_ops[pgnr], pte_maddr, flags, in find_grant_ptes() 287 gnttab_set_unmap_op(&map->unmap_ops[i], addr, in map_grant_pages() 323 map->unmap_ops[i].handle = map->map_ops[i].handle; in map_grant_pages() 345 unmap_data.unmap_ops = map->unmap_ops + offset; in __unmap_grant_pages() 355 if (map->unmap_ops[offset+i].status) in __unmap_grant_pages() [all …]
|
D | grant-table.c | 810 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() argument 817 ret = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap_ops, count); in gnttab_unmap_refs() 824 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs() 857 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
|
/linux-4.1.27/include/xen/ |
D | grant_table.h | 72 struct gnttab_unmap_grant_ref *unmap_ops; member 190 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
|
/linux-4.1.27/arch/arm/xen/ |
D | p2m.c | 104 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() argument 111 set_phys_to_machine(unmap_ops[i].host_addr >> PAGE_SHIFT, in clear_foreign_p2m_mapping()
|
/linux-4.1.27/arch/arm/include/asm/xen/ |
D | page.h | 94 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 279 unmap_data.unmap_ops = unmap; in free_persistent_gnts() 320 unmap_data.unmap_ops = unmap; in xen_blkbk_unmap_purged_grants() 672 struct gnttab_unmap_grant_ref *unmap_ops, in xen_blkbk_unmap_prepare() argument 685 gnttab_set_unmap_op(&unmap_ops[invcount], vaddr(pages[i]->page), in xen_blkbk_unmap_prepare() 737 work->unmap_ops = req->unmap; in xen_blkbk_unmap_and_respond()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | page.h | 57 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
|
/linux-4.1.27/arch/x86/xen/ |
D | p2m.c | 705 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() argument
|