Searched refs:gnttab_unmap_grant_ref (Results 1 – 14 of 14) sorted by relevance
| /linux/include/xen/ |
| H A D | grant_table.h | 79 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, in gnttab_set_unmap_op() 258 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, 259 struct gnttab_unmap_grant_ref *kunmap_ops,
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | page.h | 68 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()
|
| /linux/drivers/xen/ |
| H A D | gntdev-common.h | 62 struct gnttab_unmap_grant_ref *unmap_ops; 64 struct gnttab_unmap_grant_ref *kunmap_ops;
|
| H A D | xen-front-pgdir-shbuf.c | 202 struct gnttab_unmap_grant_ref *unmap_ops; in backend_unmap()
|
| H A D | grant-table.c | 1290 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() 1291 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs()
|
| H A D | xen-scsiback.c | 231 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; in scsiback_fast_flush_area()
|
| /linux/include/xen/arm/ |
| H A D | page.h | 99 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, 100 struct gnttab_unmap_grant_ref *kunmap_ops,
|
| /linux/arch/arm/xen/ |
| H A D | p2m.c | 98 struct gnttab_unmap_grant_ref unmap; in set_foreign_p2m_mapping() 136 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() 137 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
|
| /linux/include/xen/interface/ |
| H A D | grant_table.h | 305 struct gnttab_unmap_grant_ref { struct 313 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); argument
|
| /linux/arch/x86/xen/ |
| H A D | p2m.c | 701 struct gnttab_unmap_grant_ref unmap[2]; in set_foreign_p2m_mapping() 766 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() 767 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 80 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; 628 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring() 802 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring_pv()
|
| /linux/drivers/block/xen-blkback/ |
| H A D | common.h | 357 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
|
| /linux/drivers/net/xen-netback/ |
| H A D | common.h | 171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
|
| H A D | netback.c | 1324 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() 1496 struct gnttab_unmap_grant_ref tx_unmap_op; in xenvif_idx_unmap()
|