Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/xen/
H A Dpage.h65 extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
66 struct gnttab_map_grant_ref *kmap_ops,
73 set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping()
74 struct gnttab_map_grant_ref *kmap_ops, in set_foreign_p2m_mapping()
/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.c248 struct gnttab_map_grant_ref *map_ops = NULL; in backend_map()
/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
/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()
H A Dcommon.h170 struct gnttab_map_grant_ref tx_map_ops[MAX_PENDING_REQS];
/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];
/linux/drivers/block/xen-blkback/
H A Dblkback.c760 struct gnttab_map_grant_ref map[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_map()