Searched refs:xen_physcpu_next (Results 1 – 4 of 4) sorted by relevance
128 extern xen_mc_lcpu_cookie_t xen_physcpu_next(xen_mc_lcpu_cookie_t);
1149 for (cpi = xen_physcpu_next(NULL); cpi != NULL; in cpu_search()1150 cpi = xen_physcpu_next(cpi)) { in cpu_search()
1657 for (cpi = xen_physcpu_next(NULL); cpi != NULL; in startup_modules()1658 cpi = xen_physcpu_next(cpi)) { in startup_modules()
1214 xen_physcpu_next(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_next() function