Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev-common.h57 struct gnttab_map_grant_ref *map_ops;
59 struct gnttab_map_grant_ref *kmap_ops;
H A Dgrant-table.c1089 void gnttab_batch_map(struct gnttab_map_grant_ref *batch, unsigned count) in gnttab_batch_map()
1091 struct gnttab_map_grant_ref *op; in gnttab_batch_map()
1163 int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, in gnttab_map_refs()
1164 struct gnttab_map_grant_ref *kmap_ops, in gnttab_map_refs()
H A Dxen-front-pgdir-shbuf.c258 struct gnttab_map_grant_ref *map_ops = NULL; in backend_map()
H A Dxen-scsiback.c380 static int scsiback_gnttab_data_map_batch(struct gnttab_map_grant_ref *map, in scsiback_gnttab_data_map_batch()
408 struct gnttab_map_grant_ref map[VSCSI_GRANT_BATCH]; in scsiback_gnttab_data_map_list()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dgrant_table.h262 struct gnttab_map_grant_ref { struct
273 DEFINE_GUEST_HANDLE_STRUCT(gnttab_map_grant_ref); argument
/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Dp2m.c90 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping()
91 struct gnttab_map_grant_ref *kmap_ops, in set_foreign_p2m_mapping()
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dnetback.c347 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()
516 struct gnttab_map_grant_ref **gopp_map, in xenvif_tx_check_gop()
519 struct gnttab_map_grant_ref *gop_map = *gopp_map; in xenvif_tx_check_gop()
1145 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];
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dp2m.c693 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping()
694 struct gnttab_map_grant_ref *kmap_ops, in set_foreign_p2m_mapping()
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_client.c79 struct gnttab_map_grant_ref map[XENBUS_MAX_RING_GRANTS];
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dblkback.c760 struct gnttab_map_grant_ref map[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_map()