Home
last modified time | relevance | path

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

/Linux-v5.4/include/xen/
Dgrant_table.h74 struct gnttab_unmap_grant_ref *unmap_ops;
75 struct gnttab_unmap_grant_ref *kunmap_ops;
163 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, phys_addr_t addr, in gnttab_set_unmap_op()
225 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
226 struct gnttab_unmap_grant_ref *kunmap_ops,
/Linux-v5.4/drivers/xen/
Dgntdev-common.h61 struct gnttab_unmap_grant_ref *unmap_ops;
63 struct gnttab_unmap_grant_ref *kunmap_ops;
Dxen-front-pgdir-shbuf.c211 struct gnttab_unmap_grant_ref *unmap_ops; in backend_unmap()
Dgrant-table.c1077 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs()
1078 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs()
Dxen-scsiback.c271 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; in scsiback_fast_flush_area()
/Linux-v5.4/arch/x86/include/asm/xen/
Dpage.h69 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
70 struct gnttab_unmap_grant_ref *kunmap_ops,
82 clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
83 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/Linux-v5.4/include/xen/arm/
Dpage.h92 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
93 struct gnttab_unmap_grant_ref *kunmap_ops,
/Linux-v5.4/arch/arm/xen/
Dp2m.c106 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
107 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/Linux-v5.4/include/xen/interface/
Dgrant_table.h287 struct gnttab_unmap_grant_ref { struct
295 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); argument
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus_client.c467 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in __xenbus_map_ring()
730 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring_vfree_pv()
876 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring()
/Linux-v5.4/arch/x86/xen/
Dp2m.c744 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
745 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/Linux-v5.4/drivers/block/xen-blkback/
Dblkback.c307 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in free_persistent_gnts()
348 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap_purged_grants()
698 struct gnttab_unmap_grant_ref *unmap_ops, in xen_blkbk_unmap_prepare()
784 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap()
Dcommon.h355 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
/Linux-v5.4/drivers/net/xen-netback/
Dcommon.h160 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
Dnetback.c1254 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action()
1404 struct gnttab_unmap_grant_ref tx_unmap_op; in xenvif_idx_unmap()