Home
last modified time | relevance | path

Searched refs:gnttab_unmap_grant_ref (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/include/xen/
Dgrant_table.h72 struct gnttab_unmap_grant_ref *unmap_ops;
73 struct gnttab_unmap_grant_ref *kunmap_ops;
152 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, phys_addr_t addr, in gnttab_set_unmap_op()
190 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
191 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h94 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
95 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-4.1.27/arch/arm/xen/
Dp2m.c104 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
105 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/linux-4.1.27/include/xen/interface/
Dgrant_table.h287 struct gnttab_unmap_grant_ref { struct
295 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); argument
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h57 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
58 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c483 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_PAGES]; in __xenbus_map_ring()
726 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_PAGES]; in xenbus_unmap_ring_vfree_pv()
844 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_PAGES]; in xenbus_unmap_ring()
/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h151 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
Dnetback.c1556 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action()
1727 struct gnttab_unmap_grant_ref tx_unmap_op; in xenvif_idx_unmap()
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c271 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in free_persistent_gnts()
312 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap_purged_grants()
672 struct gnttab_unmap_grant_ref *unmap_ops, in xen_blkbk_unmap_prepare()
757 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap()
Dcommon.h356 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
/linux-4.1.27/arch/x86/xen/
Dp2m.c705 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
706 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/linux-4.1.27/drivers/xen/
Dgrant-table.c810 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs()
811 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs()
Dgntdev.c92 struct gnttab_unmap_grant_ref *unmap_ops;
94 struct gnttab_unmap_grant_ref *kunmap_ops;
Dxen-scsiback.c280 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; in scsiback_fast_flush_area()