Searched refs:xc_domain_populate_physmap (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_arm.c | 294 nr = xc_domain_populate_physmap(dom->xch, dom->guest_domid, count, in populate_one_size()
|
A D | xc_dom_x86.c | 1167 rc = xc_domain_populate_physmap(dom->xch, dom->guest_domid, count, in meminit_pv() 1454 done = xc_domain_populate_physmap(xch, domid, nr_extents, in meminit_hvm() 1494 done = xc_domain_populate_physmap(xch, domid, nr_extents, in meminit_hvm()
|
A D | xc_domain.c | 1129 int xc_domain_populate_physmap(xc_interface *xch, in xc_domain_populate_physmap() function 1167 err = xc_domain_populate_physmap(xch, domid, nr_extents, in xc_domain_populate_physmap_exact()
|
A D | xc_dom_core.c | 1078 if ( xc_domain_populate_physmap(xch, domid, 1, 0, 0, extents) == 1 ) in populate_acpi_pages()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1419 int xc_domain_populate_physmap(xc_interface *xch,
|
Completed in 17 milliseconds