/src/sys/arch/xen/include/ |
granttables.h | 39 * entry in table in grant_ref_t *. 41 int xengnt_grant_access(domid_t, paddr_t, int, grant_ref_t *); 47 void xengnt_revoke_access(grant_ref_t); 53 int xengnt_status(grant_ref_t);
|
xen_shm.h | 38 int xen_shm_map(int, int, grant_ref_t *, vaddr_t, grant_handle_t *, int);
|
xenring.h | 62 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST]; 95 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST];
|
xenbus.h | 41 #include <xen/include/public/grant_table.h> /* for grant_ref_t */ 210 int xenbus_grant_ring(struct xenbus_device *, paddr_t, grant_ref_t *);
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
fsif.h | 48 grant_ref_t gref; 60 grant_ref_t grefs[1]; /* Variable length */ 68 grant_ref_t grefs[1]; /* Variable length */ 95 grant_ref_t gref; 101 grant_ref_t gref; 109 grant_ref_t gref; 114 grant_ref_t gref; 132 grant_ref_t gref; 180 sizeof(grant_ref_t) + 1) 182 sizeof(grant_ref_t) + 1 [all...] |
displif.h | 492 * gref_directory - grant_ref_t, a reference to the first shared page 508 grant_ref_t gref_directory; 530 * gref_dir_next_page - grant_ref_t, reference to the next page describing 532 * gref[i] - grant_ref_t, reference to a shared page of the buffer 535 * Number of grant_ref_t entries in the whole page directory is not 542 grant_ref_t gref_dir_next_page; 543 grant_ref_t gref[1]; /* Variable length */
|
pvcalls.h | 47 grant_ref_t ref[]; 74 grant_ref_t ref; 93 grant_ref_t ref;
|
tpmif.h | 41 grant_ref_t ref; /* grant table access reference */
|
blkif.h | 618 grant_ref_t gref; /* reference to I/O buffer frame */ 659 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST];
|
sndif.h | 630 * gref_directory - grant_ref_t, a reference to the first shared page 643 grant_ref_t gref_directory; 666 * gref_dir_next_page - grant_ref_t, reference to the next page describing 668 * gref[i] - grant_ref_t, reference to a shared page of the buffer 671 * Number of grant_ref_t entries in the whole page directory is not 678 grant_ref_t gref_dir_next_page; 679 grant_ref_t gref[1]; /* Variable length */
|
netif.h | 425 grant_ref_t ref; 960 grant_ref_t gref; 1021 grant_ref_t gref;
|
vscsiif.h | 188 * descriptors each specifying a memory page via a grant_ref_t, a offset into 254 grant_ref_t gref;
|
usbif.h | 179 grant_ref_t gref;
|
ring.h | 40 * - grant_ref_t 470 grant_ref_t ref[]; \
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
grant_table.h | 114 typedef uint32_t grant_ref_t; typedef in typeref:typename:uint32_t 275 grant_ref_t gref; 344 grant_ref_t ref; 426 grant_ref_t ref; 461 grant_ref_t ref; 572 grant_ref_t ref_a; 573 grant_ref_t ref_b; 587 grant_ref_t ref;
|
/src/sys/arch/xen/xen/ |
xengnt.c | 67 grant_ref_t *gnt_entries; 92 static grant_ref_t xengnt_get_entry(void); 93 static void xengnt_free_entry(grant_ref_t); 136 gnt_entries = kmem_alloc((nr_grant_entries + 1) * sizeof(grant_ref_t), 397 static grant_ref_t 400 grant_ref_t entry; 426 xengnt_free_entry(grant_ref_t entry) 439 xengnt_grant_access(domid_t dom, paddr_t ma, int ro, grant_ref_t *entryp) 489 xengnt_revoke_access(grant_ref_t entry) 527 xengnt_status(grant_ref_t entry [all...] |
xbd_xenbus.c | 110 grant_ref_t in_gntref; 121 grant_ref_t req_gntref[XBD_XFER_LIMIT >> PAGE_SHIFT]; 151 grant_ref_t sc_ring_gntref; 205 struct buf *bp, int, bus_dmamap_t, grant_ref_t *); 803 grant_ref_t gntref; 1265 grant_ref_t *gntref)
|
if_xennet_xenbus.c | 157 grant_ref_t txreq_gntref; /* grant ref of this request */ 165 grant_ref_t rxreq_gntref; /* grant ref of this request */ 182 grant_ref_t sc_tx_ring_gntref; 183 grant_ref_t sc_rx_ring_gntref;
|
xbdback_xenbus.c | 169 grant_ref_t xio_gref[VBD_MAX_INDIRECT_SEGMENTS]; 533 grant_ref_t gring_ref; 1187 grant_ref_t in_gntref = 0;
|
xpci_xenbus.c | 72 grant_ref_t sc_shared_gntref;
|
pciback.c | 550 grant_ref_t gshared_ref;
|
privcmd.c | 759 grant_ref_t id;
|
/src/sys/arch/xen/x86/ |
xen_shm_machdep.c | 59 xen_shm_map(int nentries, int domid, grant_ref_t *grefp, vaddr_t va,
|
/src/sys/arch/xen/xenbus/ |
xenbus_client.c | 214 grant_ref_t *entryp)
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_evtchnl.c | 167 grant_ref_t gref;
|