Searched defs:xen_phys_cpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c109 xen_mc_logical_cpu_t *xen_phys_cpus; variable
939 xen_phys_cpus = NULL;
950 xen_phys_cpus = kmem_alloc(xen_phys_ncpus *
953 if (xen_phys_cpus == NULL) {
959 if (xen_get_mc_physcpuinfo(xen_phys_cpus, &xen_phys_ncpus) != 0) {
962 kmem_free(xen_phys_cpus,
965 xen_phys_cpus = NULL;
975 xcp = &xen_phys_cpus[i];
1222 return ((xen_mc_lcpu_cookie_t)xen_phys_cpus);
1224 if (xcp == xen_phys_cpus
[all...]

Completed in 46 milliseconds