Searched refs:grant_ref_t (Results 1 – 25 of 39) sorted by relevance
12
/kernel/linux/linux-5.10/include/xen/ |
D | grant_table.h | 93 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly); 101 void gnttab_end_foreign_access(grant_ref_t ref, int readonly, 106 unsigned long gnttab_end_foreign_transfer_ref(grant_ref_t ref); 107 unsigned long gnttab_end_foreign_transfer(grant_ref_t ref); 109 int gnttab_query_foreign_access(grant_ref_t ref); 114 int gnttab_alloc_grant_references(u16 count, grant_ref_t *pprivate_head); 116 void gnttab_free_grant_reference(grant_ref_t ref); 118 void gnttab_free_grant_references(grant_ref_t head); 120 int gnttab_empty_grant_references(const grant_ref_t *pprivate_head); 122 int gnttab_claim_grant_reference(grant_ref_t *pprivate_head); [all …]
|
D | xen-front-pgdir-shbuf.h | 34 grant_ref_t *grefs; 80 grant_ref_t
|
D | xenbus.h | 221 unsigned int nr_pages, grant_ref_t *grefs); 222 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs,
|
/kernel/linux/linux-5.10/drivers/xen/ |
D | grant-table.c | 73 static grant_ref_t **gnttab_list; 76 static grant_ref_t gnttab_free_head; 117 void (*update_entry)(grant_ref_t ref, domid_t domid, 127 int (*end_foreign_access_ref)(grant_ref_t ref, int readonly); 135 unsigned long (*end_foreign_transfer_ref)(grant_ref_t ref); 142 int (*query_foreign_access)(grant_ref_t ref); 159 #define RPP (PAGE_SIZE / sizeof(grant_ref_t)) 162 static inline grant_ref_t *__gnttab_entry(grant_ref_t entry) in __gnttab_entry() 173 grant_ref_t head; in get_free_entries() 221 static void put_free_entry(grant_ref_t ref) in put_free_entry() [all …]
|
D | xen-front-pgdir-shbuf.c | 40 grant_ref_t gref_dir_next_page; 41 grant_ref_t gref[1]; /* Variable length */ 63 grant_ref_t *priv_gref_head, int gref_idx); 82 grant_ref_t 160 gref)) / sizeof(grant_ref_t)) 387 to_copy * sizeof(grant_ref_t)); in guest_fill_page_dir() 404 grant_ref_t *priv_gref_head, in guest_grant_refs_for_buffer() 434 grant_ref_t priv_gref_head; in grant_references()
|
D | gntdev-dmabuf.c | 49 grant_ref_t *refs; 496 grant_ref_t priv_gref_head; in dmabuf_imp_grant_foreign_access()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
D | grant_table.h | 90 typedef uint32_t grant_ref_t; typedef 227 grant_ref_t gref; 266 grant_ref_t ref; 343 grant_ref_t ref; 377 grant_ref_t ref; 489 grant_ref_t ref;
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
D | displif.h | 521 grant_ref_t gref_directory; 556 grant_ref_t gref_dir_next_page; 557 grant_ref_t gref[1]; /* Variable length */ 783 grant_ref_t gref_directory;
|
D | pvcalls.h | 25 grant_ref_t ref[]; 52 grant_ref_t ref; 71 grant_ref_t ref;
|
D | sndif.h | 643 grant_ref_t gref_directory; 678 grant_ref_t gref_dir_next_page; 679 grant_ref_t gref[1]; /* Variable length */
|
D | blkif.h | 188 grant_ref_t gref; /* reference to I/O buffer frame */ 237 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST];
|
D | netif.h | 849 grant_ref_t gref; 912 grant_ref_t gref;
|
D | vscsiif.h | 182 grant_ref_t gref;
|
D | ring.h | 451 grant_ref_t ref[]; \
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
D | xenbus_client.c | 90 grant_ref_t *gnt_refs, unsigned int nr_grefs, 379 unsigned int nr_pages, grant_ref_t *grefs) in xenbus_grant_ring() 472 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, in xenbus_map_ring_valloc() 503 grant_ref_t *gnt_refs, in __xenbus_map_ring() 617 grant_ref_t *gnt_ref, in xenbus_map_ring_hvm() 702 grant_ref_t *gnt_refs, in xenbus_map_ring_pv()
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
D | common.h | 362 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, 378 grant_ref_t tx_ring_ref, 379 grant_ref_t rx_ring_ref);
|
/kernel/linux/linux-5.10/drivers/block/xen-blkback/ |
D | common.h | 109 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST]; 165 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST]; 240 grant_ref_t gnt; 332 grant_ref_t gref;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/ |
D | gntdev.h | 60 grant_ref_t ref;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/ |
D | gntdev.h | 74 grant_ref_t ref;
|
/kernel/linux/linux-5.10/include/uapi/xen/ |
D | gntdev.h | 153 grant_ref_t ref;
|
/kernel/linux/linux-5.10/drivers/net/ |
D | xen-netfront.c | 135 grant_ref_t gref_tx_head; 136 grant_ref_t grant_tx_ref[NET_TX_RING_SIZE]; 148 grant_ref_t gref_rx_head; 149 grant_ref_t grant_rx_ref[NET_RX_RING_SIZE]; 222 static grant_ref_t xennet_get_rx_ref(struct netfront_queue *queue, in xennet_get_rx_ref() 226 grant_ref_t ref = queue->grant_rx_ref[i]; in xennet_get_rx_ref() 305 grant_ref_t ref; in xennet_alloc_rx_buffers() 474 grant_ref_t ref; in xennet_tx_setup_grant() 858 grant_ref_t ref) in xennet_move_rx_slot() 882 grant_ref_t ref; in xennet_get_extras() [all …]
|
/kernel/linux/linux-5.10/net/9p/ |
D | trans_xen.c | 62 grant_ref_t ref; 306 grant_ref_t ref; in xen_9pfs_front_free()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
D | hvc_xen.c | 45 grant_ref_t gntref; 407 grant_ref_t gref_head; in xencons_connect_backend()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | xen-scsifront.c | 112 grant_ref_t ring_ref; 396 grant_ref_t gref_head; in map_data_for_request() 706 grant_ref_t gref; in scsifront_alloc_ring()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | xen-tpmfront.c | 256 grant_ref_t gref; in setup_ring()
|
12