/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | vnuma.c | 33 unsigned int *vcpu_to_vnode, *vdistance; variable 49 vdistance = scratch_alloc(sizeof(uint32_t) * vnuma_topo.nr_vnodes * in init_vnuma_info() 54 set_xen_guest_handle(vnuma_topo.vdistance.h, vdistance); in init_vnuma_info()
|
A D | vnuma.h | 37 extern unsigned int *vcpu_to_vnode, *vdistance;
|
A D | util.c | 981 config->numa.vdistance = vdistance; in hvmloader_acpi_build_tables()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_x86_acpi.c | 118 unsigned int *vcpu_to_vnode, *vdistance; in init_acpi_config() local 132 vdistance = libxl__zalloc(gc, dom->nr_vnodes * sizeof(*vdistance)); in init_acpi_config() 137 vmemrange, vdistance, vcpu_to_vnode); in init_acpi_config() 144 numa->vdistance = vdistance; in init_acpi_config()
|
A D | libxl_dom.c | 661 unsigned int *vcpu_to_vnode, *vnode_to_pnode, *vdistance = NULL; in set_vnuma_info() local 669 vdistance = libxl__calloc(gc, nr_vdistance, sizeof(unsigned int)); in set_vnuma_info() 684 memcpy(vdistance + (i * info->num_vnuma_nodes), in set_vnuma_info() 691 state->vmemranges, vdistance, in set_vnuma_info()
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | libacpi.h | 45 const unsigned int *vdistance; member
|
A D | build.c | 296 slit->entry[i] = config->numa.vdistance[i]; in construct_slit()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 1334 tmp.vdistance = xmalloc_array(unsigned int, dom_vnodes * dom_vnodes); in do_memory_op() 1338 if ( tmp.vdistance == NULL || in do_memory_op() 1367 memcpy(tmp.vdistance, d->vnuma->vdistance, in do_memory_op() 1368 sizeof(*d->vnuma->vdistance) * dom_vnodes * dom_vnodes); in do_memory_op() 1380 if ( copy_to_guest(topology.vdistance.h, tmp.vdistance, in do_memory_op() 1397 xfree(tmp.vdistance); in do_memory_op()
|
A D | domctl.c | 262 xfree(vnuma->vdistance); in vnuma_destroy() 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() 303 if ( vnuma->vdistance == NULL || vnuma->vmemrange == NULL || in vnuma_alloc() 334 if ( copy_from_guest(info->vdistance, uinfo->vdistance, in vnuma_init()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 2317 unsigned int *vdistance, in xc_domain_setvnuma() argument 2325 DECLARE_HYPERCALL_BOUNCE(vdistance, sizeof(*vdistance) * in xc_domain_setvnuma() 2338 if ( !vdistance || !vcpu_to_vnode || !vmemrange || !vnode_to_pnode ) in xc_domain_setvnuma() 2345 xc_hypercall_bounce_pre(xch, vdistance) || in xc_domain_setvnuma() 2355 set_xen_guest_handle(domctl.u.vnuma.vdistance, vdistance); in xc_domain_setvnuma() 2370 xc_hypercall_bounce_post(xch, vdistance); in xc_domain_setvnuma() 2383 unsigned int *vdistance, in xc_domain_getvnuma() argument 2389 DECLARE_HYPERCALL_BOUNCE(vdistance, sizeof(*vdistance) * in xc_domain_getvnuma() 2398 xc_hypercall_bounce_pre(xch, vdistance) || in xc_domain_getvnuma() 2407 set_xen_guest_handle(vnuma_topo.vdistance.h, vdistance); in xc_domain_getvnuma() [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | domain.h | 106 unsigned int *vdistance; member
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 344 enum XLAT_vnuma_topology_info_vdistance vdistance = in compat_memory_op() local 355 guest_from_compat_handle((_d_)->vdistance.h, (_s_)->vdistance.h) in compat_memory_op()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | memory.h | 640 } vdistance; member
|
A D | domctl.h | 962 XEN_GUEST_HANDLE_64(uint) vdistance;
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1295 unsigned int *vdistance, 1314 unsigned int *vdistance,
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 330 itself) with positional arguments. For example, "vdistance=10,20"
|