Searched refs:xen_phys_ncpus (Results 1 – 2 of 2) sorted by relevance
108 uint_t xen_phys_ncpus; variable938 xen_phys_ncpus = 0; in startup_xen_mca()942 xen_get_mc_physcpuinfo(NULL, &xen_phys_ncpus) != 0) { in startup_xen_mca()950 xen_phys_cpus = kmem_alloc(xen_phys_ncpus * in startup_xen_mca()959 if (xen_get_mc_physcpuinfo(xen_phys_cpus, &xen_phys_ncpus) != 0) { in startup_xen_mca()963 xen_phys_ncpus * sizeof (xen_mc_logical_cpu_t)); in startup_xen_mca()964 xen_phys_ncpus = 0; in startup_xen_mca()973 xen_phys_ncpus); in startup_xen_mca()974 for (i = 0; i < xen_phys_ncpus; i++) { in startup_xen_mca()1224 if (xcp == xen_phys_cpus + xen_phys_ncpus - 1) in xen_physcpu_next()
161 extern uint_t xen_phys_ncpus;