Searched refs:gnttab_unmap_grant_ref (Results 1 - 15 of 15) sorted by last modified time

/linux-master/drivers/net/xen-netback/
H A Dnetback.c1323 struct gnttab_unmap_grant_ref *gop;
1495 struct gnttab_unmap_grant_ref tx_unmap_op;
H A Dcommon.h171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
/linux-master/drivers/block/xen-blkback/
H A Dblkback.c245 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST];
292 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST];
649 struct gnttab_unmap_grant_ref *unmap_ops,
735 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST];
H A Dcommon.h357 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c80 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS];
626 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS];
800 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS];
/linux-master/drivers/xen/
H A Dxen-front-pgdir-shbuf.c202 struct gnttab_unmap_grant_ref *unmap_ops;
H A Dxen-scsiback.c231 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH];
H A Dgrant-table.c1290 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
1291 struct gnttab_unmap_grant_ref *kunmap_ops,
H A Dgntdev-common.h58 struct gnttab_unmap_grant_ref *unmap_ops;
60 struct gnttab_unmap_grant_ref *kunmap_ops;
/linux-master/arch/x86/include/asm/xen/
H A 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,
82 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-master/arch/x86/xen/
H A Dp2m.c707 struct gnttab_unmap_grant_ref unmap[2];
772 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
773 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-master/arch/arm/xen/
H A Dp2m.c98 struct gnttab_unmap_grant_ref unmap;
136 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
137 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-master/include/xen/
H A Dgrant_table.h79 struct gnttab_unmap_grant_ref *unmap_ops;
80 struct gnttab_unmap_grant_ref *kunmap_ops;
179 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, phys_addr_t addr,
258 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
259 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-master/include/xen/arm/
H A Dpage.h99 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
100 struct gnttab_unmap_grant_ref *kunmap_ops,
/linux-master/include/xen/interface/
H A Dgrant_table.h305 struct gnttab_unmap_grant_ref { struct
313 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); variable

Completed in 340 milliseconds