Searched refs:source_gfn (Results 1 – 3 of 3) sorted by relevance
| /tools/misc/ |
| A D | xen-memshare.c | 115 unsigned long source_gfn; in main() local 125 source_gfn = strtol(argv[6], NULL, 0); in main() 127 R(xc_memshr_share_gfns(xch, source_domid, source_gfn, source_handle, domid, gfn, handle)); in main() 150 unsigned long source_gfn; in main() local 159 source_gfn = strtol(argv[5], NULL, 0); in main() 161 R(xc_memshr_add_to_physmap(xch, source_domid, source_gfn, source_handle, domid, gfn)); in main()
|
| /tools/libs/ctrl/ |
| A D | xc_memshr.c | 121 unsigned long source_gfn, in xc_memshr_share_gfns() argument 134 mso.u.share.source_gfn = source_gfn; in xc_memshr_share_gfns() 157 XENMEM_SHARING_OP_FIELD_MAKE_GREF(mso.u.share.source_gfn, source_gref); in xc_memshr_share_grefs() 167 unsigned long source_gfn, in xc_memshr_add_to_physmap() argument 179 mso.u.share.source_gfn = source_gfn; in xc_memshr_add_to_physmap()
|
| /tools/include/ |
| A D | xenctrl.h | 2251 unsigned long source_gfn, 2280 unsigned long source_gfn,
|
Completed in 10 milliseconds