Home
last modified time | relevance | path

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

/xen/tools/tests/mem-sharing/
A Dmemshrtool.c115 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()
/xen/tools/libxc/
A Dxc_memshr.c121 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()
/xen/xen/include/public/
A Dmemory.h517 uint64_aligned_t source_gfn; /* IN: the gfn of the source page */ member
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1923 if ( XENMEM_SHARING_OP_FIELD_IS_GREF(mso.u.share.source_gfn) ) in mem_sharing_memop()
1926 XENMEM_SHARING_OP_FIELD_GET_GREF(mso.u.share.source_gfn); in mem_sharing_memop()
1937 sgfn = _gfn(mso.u.share.source_gfn); in mem_sharing_memop()
1989 if ( XENMEM_SHARING_OP_FIELD_IS_GREF(mso.u.share.source_gfn) ) in mem_sharing_memop()
1997 sgfn = mso.u.share.source_gfn; in mem_sharing_memop()
/xen/tools/libxc/include/
A Dxenctrl.h2221 unsigned long source_gfn,
2250 unsigned long source_gfn,

Completed in 15 milliseconds