Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/
Dgrant_table.h74 struct gnttab_unmap_grant_ref *unmap_ops;
75 struct gnttab_unmap_grant_ref *kunmap_ops;
164 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, phys_addr_t addr, in gnttab_set_unmap_op()
243 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
244 struct gnttab_unmap_grant_ref *kunmap_ops,
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev-common.h56 struct gnttab_unmap_grant_ref *unmap_ops;
58 struct gnttab_unmap_grant_ref *kunmap_ops;
Dxen-front-pgdir-shbuf.c211 struct gnttab_unmap_grant_ref *unmap_ops; in backend_unmap()
Dgrant-table.c1198 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs()
1199 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs()
Dxen-scsiback.c233 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; in scsiback_fast_flush_area()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
Dpage.h68 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
69 struct gnttab_unmap_grant_ref *kunmap_ops,
81 clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
82 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/kernel/linux/linux-5.10/include/xen/arm/
Dpage.h99 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
100 struct gnttab_unmap_grant_ref *kunmap_ops,
/kernel/linux/linux-5.10/arch/arm/xen/
Dp2m.c96 struct gnttab_unmap_grant_ref unmap; in set_foreign_p2m_mapping()
135 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
136 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/kernel/linux/linux-5.10/include/xen/interface/
Dgrant_table.h287 struct gnttab_unmap_grant_ref { struct
295 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); argument
/kernel/linux/linux-5.10/arch/x86/xen/
Dp2m.c712 struct gnttab_unmap_grant_ref unmap[2]; in set_foreign_p2m_mapping()
778 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping()
779 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
/kernel/linux/linux-5.10/drivers/xen/xenbus/
Dxenbus_client.c80 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS];
573 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring()
747 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring_pv()
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
Dblkback.c245 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in free_persistent_gnts()
287 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap_purged_grants()
649 struct gnttab_unmap_grant_ref *unmap_ops, in xen_blkbk_unmap_prepare()
735 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap()
Dcommon.h354 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dcommon.h174 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
Dnetback.c1288 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action()
1446 struct gnttab_unmap_grant_ref tx_unmap_op; in xenvif_idx_unmap()