Home
last modified time | relevance | path

Searched refs:nr_vnodes (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dvnuma.c32 unsigned int nr_vnodes, nr_vmemranges; variable
49 vdistance = scratch_alloc(sizeof(uint32_t) * vnuma_topo.nr_vnodes * in init_vnuma_info()
50 vnuma_topo.nr_vnodes, 0); in init_vnuma_info()
66 nr_vnodes = vnuma_topo.nr_vnodes; in init_vnuma_info()
A Dvnuma.h36 extern unsigned int nr_vnodes, nr_vmemranges;
A Dutil.c979 config->numa.nr_vnodes = nr_vnodes; in hvmloader_acpi_build_tables()
/xen-4.10.0-shim-comet/xen/common/
A Ddomctl.c275 static struct vnuma_info *vnuma_alloc(unsigned int nr_vnodes, in vnuma_alloc() argument
286 if ( nr_vnodes * nr_vnodes > (PAGE_SIZE / sizeof(*vnuma->vdistance)) || in vnuma_alloc()
298 vnuma->vdistance = xmalloc_array(unsigned int, nr_vnodes * nr_vnodes); in vnuma_alloc()
300 vnuma->vnode_to_pnode = xmalloc_array(nodeid_t, nr_vnodes); in vnuma_alloc()
319 unsigned int i, nr_vnodes; in vnuma_init() local
323 nr_vnodes = uinfo->nr_vnodes; in vnuma_init()
328 info = vnuma_alloc(nr_vnodes, uinfo->nr_vmemranges, d->max_vcpus); in vnuma_init()
335 nr_vnodes * nr_vnodes) ) in vnuma_init()
348 if ( info->vcpu_to_vnode[i] >= nr_vnodes ) in vnuma_init()
351 for ( i = 0; i < nr_vnodes; ++i ) in vnuma_init()
[all …]
A Dmemory.c909 if ( vnode >= d->vnuma->nr_vnodes ) in construct_memop_from_reservation()
1308 dom_vnodes = d->vnuma->nr_vnodes; in do_memory_op()
1317 if ( topology.nr_vnodes < dom_vnodes || in do_memory_op()
1324 topology.nr_vnodes = dom_vnodes; in do_memory_op()
1352 if ( dom_vnodes < d->vnuma->nr_vnodes || in do_memory_op()
1361 dom_vnodes = d->vnuma->nr_vnodes; in do_memory_op()
1388 topology.nr_vnodes = dom_vnodes; in do_memory_op()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_x86_acpi.c117 if (dom->nr_vnodes) { in init_acpi_config()
122 r = xc_domain_getvnuma(xch, domid, &numa->nr_vnodes, in init_acpi_config()
132 vdistance = libxl__zalloc(gc, dom->nr_vnodes * sizeof(*vdistance)); in init_acpi_config()
135 r = xc_domain_getvnuma(xch, domid, &numa->nr_vnodes, in init_acpi_config()
A Dlibxl_dom_save.c348 unsigned int nr_vnodes = 0, nr_vmemranges = 0, nr_vcpus = 0; in libxl__domain_save() local
391 ret = xc_domain_getvnuma(CTX->xch, domid, &nr_vnodes, &nr_vmemranges, in libxl__domain_save()
A Dlibxl_dom.c843 dom->nr_vnodes = info->num_vnuma_nodes; in libxl__build_pv()
845 dom->nr_vnodes); in libxl__build_pv()
1289 dom->nr_vnodes = info->num_vnuma_nodes; in libxl__build_hvm()
1291 dom->nr_vnodes); in libxl__build_hvm()
1292 for (i = 0; i < dom->nr_vnodes; i++) in libxl__build_hvm()
/xen-4.10.0-shim-comet/tools/libacpi/
A Dlibacpi.h43 uint32_t nr_vnodes; member
A Dbuild.c279 num = config->numa.nr_vnodes * config->numa.nr_vnodes; in construct_slit()
298 slit->localities = config->numa.nr_vnodes; in construct_slit()
456 if ( config->numa.nr_vnodes > 0 ) in construct_secondary_tables()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dmemory.c407 cmp.vnuma.nr_vnodes = nat.vnuma->nr_vnodes; in compat_memory_op()
531 cmp.vnuma.nr_vnodes = nat.vnuma->nr_vnodes; in compat_memory_op()
/xen-4.10.0-shim-comet/xen/include/xen/
A Ddomain.h104 unsigned int nr_vnodes; member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c2313 uint32_t nr_vnodes, in xc_domain_setvnuma() argument
2326 nr_vnodes * nr_vnodes, in xc_domain_setvnuma()
2331 nr_vnodes, in xc_domain_setvnuma()
2335 if ( nr_vnodes == 0 || nr_vmemranges == 0 || nr_vcpus == 0 ) in xc_domain_setvnuma()
2361 domctl.u.vnuma.nr_vnodes = nr_vnodes; in xc_domain_setvnuma()
2379 uint32_t *nr_vnodes, in xc_domain_getvnuma() argument
2390 *nr_vnodes * *nr_vnodes, in xc_domain_getvnuma()
2410 vnuma_topo.nr_vnodes = *nr_vnodes; in xc_domain_getvnuma()
2419 *nr_vnodes = vnuma_topo.nr_vnodes; in xc_domain_getvnuma()
A Dxc_dom_x86.c1070 unsigned int nr_vmemranges, nr_vnodes; in meminit_pv() local
1105 nr_vnodes = 1; in meminit_pv()
1112 nr_vnodes = dom->nr_vnodes; in meminit_pv()
1242 unsigned int nr_vmemranges, nr_vnodes; in meminit_hvm() local
1277 nr_vnodes = 1; in meminit_hvm()
1290 nr_vnodes = dom->nr_vnodes; in meminit_hvm()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dnuma.c452 vnuma->nr_vnodes, d->max_vcpus); in dump_numa()
453 for ( i = 0; i < vnuma->nr_vnodes; i++ ) in dump_numa()
/xen-4.10.0-shim-comet/xen/include/public/
A Dmemory.h633 unsigned int nr_vnodes; member
A Ddomctl.h948 uint32_t nr_vnodes; member
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxc_dom.h190 unsigned int nr_vnodes; member
A Dxenctrl.h1291 uint32_t nr_vnodes,
1310 uint32_t *nr_vnodes,

Completed in 39 milliseconds