Home
last modified time | relevance | path

Searched refs:VIR_GET_CPUMAP (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-domain.h2115 VIR_CPU_USED(VIR_GET_CPUMAP(cpumaps, maplen, vcpu), cpu)
2132 memcpy(cpumap, VIR_GET_CPUMAP(cpumaps, maplen, vcpu), maplen)
2145 # define VIR_GET_CPUMAP(cpumaps, maplen, vcpu) (&((cpumaps)[(vcpu) * (maplen)])) macro
/dports/devel/libvirt/libvirt-7.10.0/src/vz/
H A Dvz_driver.c991 VIR_GET_CPUMAP(cpumaps, maplen, i), in vzDomainGetVcpus()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-domain.c6783 VIR_GET_CPUMAP(cpumaps, cpumaplen, nextvcpu), in virshVcpuinfoInactive()
6843 if (virshVcpuinfoPrintAffinity(ctl, VIR_GET_CPUMAP(cpumaps, cpumaplen, n), in cmdVcpuinfo()
6957 if (!(pinInfo = virBitmapDataFormat(VIR_GET_CPUMAP(cpumap, cpumaplen, i), in virshVcpuPinQuery()
/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dlibxl_driver.c2580 cpumap = VIR_GET_CPUMAP(cpumaps, maplen, i); in libxlDomainGetVcpus()
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c3104 virBitmapToDataBuf(bitmap, VIR_GET_CPUMAP(cpumaps, maplen, i), maplen); in testDomainGetVcpus()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_driver.c1482 unsigned char *cpumap = VIR_GET_CPUMAP(cpumaps, maplen, ncpuinfo); in qemuDomainHelperGetVcpus()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Ddomain_conf.c2174 virBitmapToDataBuf(bitmap, VIR_GET_CPUMAP(cpumaps, maplen, i), maplen); in virDomainDefGetVcpuPinInfoHelper()