Searched refs:gnttab_unmap_grant_ref (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/xen/ |
D | grant_table.h | 74 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() 201 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, 202 struct gnttab_unmap_grant_ref *kunmap_ops,
|
/linux-4.4.14/arch/arm/include/asm/xen/ |
D | page.h | 101 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, 102 struct gnttab_unmap_grant_ref *kunmap_ops,
|
/linux-4.4.14/include/xen/interface/ |
D | grant_table.h | 287 struct gnttab_unmap_grant_ref { struct 295 DEFINE_GUEST_HANDLE_STRUCT(gnttab_unmap_grant_ref); argument
|
/linux-4.4.14/arch/arm/xen/ |
D | p2m.c | 104 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.4.14/arch/x86/include/asm/xen/ |
D | page.h | 57 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, 58 struct gnttab_unmap_grant_ref *kunmap_ops,
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_client.c | 488 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in __xenbus_map_ring() 750 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring_vfree_pv() 890 struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; in xenbus_unmap_ring()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 157 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];
|
D | netback.c | 1704 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() 1875 struct gnttab_unmap_grant_ref tx_unmap_op; in xenvif_idx_unmap()
|
/linux-4.4.14/arch/x86/xen/ |
D | p2m.c | 753 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() 754 struct gnttab_unmap_grant_ref *kunmap_ops, in clear_foreign_p2m_mapping()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 278 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in free_persistent_gnts() 319 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap_purged_grants() 679 struct gnttab_unmap_grant_ref *unmap_ops, in xen_blkbk_unmap_prepare() 764 struct gnttab_unmap_grant_ref unmap[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap()
|
D | common.h | 367 struct gnttab_unmap_grant_ref unmap[MAX_INDIRECT_SEGMENTS];
|
/linux-4.4.14/drivers/xen/ |
D | gntdev.c | 92 struct gnttab_unmap_grant_ref *unmap_ops; 94 struct gnttab_unmap_grant_ref *kunmap_ops;
|
D | grant-table.c | 857 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() 858 struct gnttab_unmap_grant_ref *kunmap_ops, in gnttab_unmap_refs()
|
D | xen-scsiback.c | 273 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; in scsiback_fast_flush_area()
|