Lines Matching refs:vdistance
2202 unsigned int *vdistance, in xc_domain_setvnuma() argument
2210 DECLARE_HYPERCALL_BOUNCE(vdistance, sizeof(*vdistance) * in xc_domain_setvnuma()
2223 if ( !vdistance || !vcpu_to_vnode || !vmemrange || !vnode_to_pnode ) in xc_domain_setvnuma()
2230 xc_hypercall_bounce_pre(xch, vdistance) || in xc_domain_setvnuma()
2240 set_xen_guest_handle(domctl.u.vnuma.vdistance, vdistance); in xc_domain_setvnuma()
2255 xc_hypercall_bounce_post(xch, vdistance); in xc_domain_setvnuma()
2268 unsigned int *vdistance, in xc_domain_getvnuma() argument
2274 DECLARE_HYPERCALL_BOUNCE(vdistance, sizeof(*vdistance) * in xc_domain_getvnuma()
2283 xc_hypercall_bounce_pre(xch, vdistance) || in xc_domain_getvnuma()
2292 set_xen_guest_handle(vnuma_topo.vdistance.h, vdistance); in xc_domain_getvnuma()
2310 xc_hypercall_bounce_post(xch, vdistance); in xc_domain_getvnuma()