Home
last modified time | relevance | path

Searched refs:gnttab_map_grant_ref (Results 1 – 10 of 10) sorted by relevance

/linux/include/xen/
H A Dgrant_table.h162 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op()
255 int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
256 struct gnttab_map_grant_ref *kmap_ops,
274 void gnttab_batch_map(struct gnttab_map_grant_ref *batch, unsigned count);
/linux/drivers/xen/
H A Dgntdev-common.h61 struct gnttab_map_grant_ref *map_ops;
63 struct gnttab_map_grant_ref *kmap_ops;
H A Dxen-front-pgdir-shbuf.c249 struct gnttab_map_grant_ref *map_ops = NULL; in backend_map()
H A Dxen-scsiback.c439 static int scsiback_gnttab_data_map_batch(struct gnttab_map_grant_ref *map, in scsiback_gnttab_data_map_batch()
467 struct gnttab_map_grant_ref map[VSCSI_GRANT_BATCH]; in scsiback_gnttab_data_map_list()
/linux/include/xen/arm/
H A Dpage.h95 extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
96 struct gnttab_map_grant_ref *kmap_ops,
/linux/include/xen/interface/
H A Dgrant_table.h281 struct gnttab_map_grant_ref { struct
292 DEFINE_GUEST_HANDLE_STRUCT(gnttab_map_grant_ref); argument
521 * Bitfield values for gnttab_map_grant_ref.flags.
/linux/arch/arm/xen/
H A Dp2m.c91 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping()
92 struct gnttab_map_grant_ref *kmap_ops, in set_foreign_p2m_mapping()
/linux/drivers/net/xen-netback/
H A Dnetback.c345 struct gnttab_map_grant_ref *mop) in xenvif_tx_create_map_op()
393 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests()
553 struct gnttab_map_grant_ref **gopp_map, in xenvif_tx_check_gop()
556 struct gnttab_map_grant_ref *gop_map = *gopp_map; in xenvif_tx_check_gop()
1174 struct gnttab_map_grant_ref *gop_map = queue->tx_map_ops; in xenvif_tx_submit()
/linux/arch/x86/xen/
H A Dp2m.c682 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping()
683 struct gnttab_map_grant_ref *kmap_ops, in set_foreign_p2m_mapping()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c79 struct gnttab_map_grant_ref map[XENBUS_MAX_RING_GRANTS];