Searched refs:source_domid (Results 1 – 1 of 1) sorted by relevance
/xen/tools/tests/mem-sharing/ |
A D | memshrtool.c | 114 domid_t source_domid; in main() local 124 source_domid = strtol(argv[5], NULL, 0); in main() 127 R(xc_memshr_share_gfns(xch, source_domid, source_gfn, source_handle, domid, gfn, handle)); in main() 149 domid_t source_domid; in main() local 158 source_domid = strtol(argv[4], NULL, 0); in main() 161 R(xc_memshr_add_to_physmap(xch, source_domid, source_gfn, source_handle, domid, gfn)); in main()
|
Completed in 2 milliseconds