Searched refs:tmp_cpuref_cnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c402 int a, bsp, res, res2, tmp_cpuref_cnt; local
454 tmp_cpuref_cnt = 0;
465 bsp = tmp_cpuref_cnt;
468 tmp_cpuref[tmp_cpuref_cnt].cr_hwref = interrupt_servers[a];
469 tmp_cpuref[tmp_cpuref_cnt].cr_cpuid = tmp_cpuref_cnt;
470 tmp_cpuref_cnt++;
480 for (a = bsp; a < tmp_cpuref_cnt; a++) {
/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c323 int a, res, tmp_cpuref_cnt; local
341 tmp_cpuref_cnt = 0;
353 tmp_cpuref[tmp_cpuref_cnt].cr_hwref = interrupt_servers[a];
354 tmp_cpuref[tmp_cpuref_cnt].cr_cpuid = tmp_cpuref_cnt;
355 tmp_cpuref[tmp_cpuref_cnt].cr_domain =
358 bsp = tmp_cpuref_cnt;
360 tmp_cpuref_cnt++;
367 for (a = bsp; a < tmp_cpuref_cnt; a++) {

Completed in 123 milliseconds