Home
last modified time | relevance | path

Searched refs:source_handle (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libxc/
A Dxc_memshr.c122 uint64_t source_handle, in xc_memshr_share_gfns() argument
133 mso.u.share.source_handle = source_handle; in xc_memshr_share_gfns()
145 uint64_t source_handle, in xc_memshr_share_grefs() argument
156 mso.u.share.source_handle = source_handle; in xc_memshr_share_grefs()
168 uint64_t source_handle, in xc_memshr_add_to_physmap() argument
178 mso.u.share.source_handle = source_handle; in xc_memshr_add_to_physmap()
/xen/tools/tests/mem-sharing/
A Dmemshrtool.c116 uint64_t source_handle; in main() local
126 source_handle = strtol(argv[7], NULL, 0); in main()
127 R(xc_memshr_share_gfns(xch, source_domid, source_gfn, source_handle, domid, gfn, handle)); in main()
151 uint64_t source_handle; in main() local
160 source_handle = strtol(argv[6], NULL, 0); in main()
161 R(xc_memshr_add_to_physmap(xch, source_domid, source_gfn, source_handle, domid, gfn)); in main()
/xen/xen/include/public/
A Dmemory.h518 uint64_aligned_t source_handle; /* IN: handle to the source page */ member
/xen/tools/libxc/include/
A Dxenctrl.h2222 uint64_t source_handle,
2234 uint64_t source_handle,
2251 uint64_t source_handle,
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1955 sh = mso.u.share.source_handle; in mem_sharing_memop()
1998 sh = mso.u.share.source_handle; in mem_sharing_memop()

Completed in 15 milliseconds