/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | fsif.h | 48 grant_ref_t gref; member 95 grant_ref_t gref; member 101 grant_ref_t gref; member 109 grant_ref_t gref; member 114 grant_ref_t gref; member 132 grant_ref_t gref; member
|
A D | netif.h | 960 grant_ref_t gref; member 1021 grant_ref_t gref; member
|
A D | vscsiif.h | 254 grant_ref_t gref; member
|
A D | blkif.h | 618 grant_ref_t gref; /* reference to I/O buffer frame */ member
|
A D | sndif.h | 622 grant_ref_t gref[1]; /* Variable length */ member
|
A D | displif.h | 535 grant_ref_t gref[1]; /* Variable length */ member
|
A D | usbif.h | 179 grant_ref_t gref; member
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | interface.c | 146 grant_ref_t gref, in memshr_vbd_issue_ro_request() argument 167 gref, in memshr_vbd_issue_ro_request() 173 client_st = (share_tuple_t){ vbd_info.domid, gref, c_hnd }; in memshr_vbd_issue_ro_request() 182 source_st.handle, vbd_info.domid, gref, c_hnd); in memshr_vbd_issue_ro_request()
|
A D | memshr.h | 40 grant_ref_t gref,
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_memshr.c | 99 grant_ref_t gref, in xc_memshr_nominate_gref() argument 108 mso.u.nominate.u.grant_ref = gref; in xc_memshr_nominate_gref() 228 grant_ref_t gref) in xc_memshr_debug_gref() argument 235 mso.u.debug.u.gref = gref; in xc_memshr_debug_gref()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | grant-tables.txt | 146 grant_ref_t gref[BATCH_SIZE]; 152 .. gref is then somehow transmitted to domB for use. 171 aop[i].u.map_grant_ref.ref = gref[i]; 215 gnttab_query_foreign_access( gref ) will indicate the state of any mapping. 218 if ( gnttab_query_foreign_access( gref[i] ) == 0 ) 219 gnttab_end_foreign_access( gref[i], readonly ); 281 grant_ref_t gref; 320 gref = (grant_ref_t)args.arg[1]; 323 update.ptr |= ((gref & 0x00FF) << 2); 328 update.val |= (gref & 0xFF00); [all …]
|
A D | netif-staging-grants.pandoc | 94 | gref | offset | flags | | 127 3) Put grant in the `gref` field of the tx slot. 251 src_frame = __acquire_grant_for_copy(src_domain, <op.src.gref>); 322 3) Gets a request from the ring for the first data slot and fetches the `gref` 325 4) Create grant copy op from packet page to `gref`. 328 choose to merge as much as data from different pages into this single gref, 361 18) Revoke the `gref` in the response 366 and revoke the designated `gref`. 370 22) *Linux-specific*: Copy (from first slot gref) up to 256 bytes to the linear 470 which will create the underying backend gref -> page association (e.g. stored [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1361 grant_ref_t gref = mso.u.nominate.u.grant_ref; in mem_sharing_memop() local 1368 rc = mem_sharing_gref_to_gfn(d->grant_table, gref, &gfn, NULL); in mem_sharing_memop() 1408 grant_ref_t gref = (grant_ref_t) in mem_sharing_memop() local 1411 rc = mem_sharing_gref_to_gfn(d->grant_table, gref, &sgfn, in mem_sharing_memop() 1424 grant_ref_t gref = (grant_ref_t) in mem_sharing_memop() local 1427 rc = mem_sharing_gref_to_gfn(cd->grant_table, gref, &cgfn, in mem_sharing_memop() 1589 rc = debug_gref(d, mso.u.debug.u.gref); in mem_sharing_memop()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | grant_table.c | 2240 act = active_entry_acquire(rgt, gref); in release_grant_for_copy() 2241 sha = shared_entry_header(rgt, gref); in release_grant_for_copy() 2248 trans_gref = gref; in release_grant_for_copy() 2252 status = &status_entry(rgt, gref); in release_grant_for_copy() 2336 act = active_entry_acquire(rgt, gref); in acquire_grant_for_copy() 2337 shah = shared_entry_header(rgt, gref); in acquire_grant_for_copy() 2345 sha2 = &shared_entry_v2(rgt, gref); in acquire_grant_for_copy() 2346 status = &status_entry(rgt, gref); in acquire_grant_for_copy() 2369 trans_gref = sha2->transitive.gref; in acquire_grant_for_copy() 2405 act = active_entry_acquire(rgt, gref); in acquire_grant_for_copy() [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | grant_table.h | 275 grant_ref_t gref; member
|
A D | memory.h | 532 uint32_t gref; /* IN: gref to debug */ member
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 2177 grant_ref_t gref, 2260 grant_ref_t gref);
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-vbd.c | 1291 breq->seg[seg].gref, in __tapdisk_vbd_reissue_td_request()
|