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

/freebsd-13-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c92 static int platform_cpuref_cnt; variable
367 if (id >= platform_cpuref_cnt)
481 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
482 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
483 platform_cpuref_cnt++;
486 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
487 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
488 platform_cpuref_cnt
[all...]
/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c115 static int platform_cpuref_cnt; variable
368 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
369 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
370 platform_cpuref[platform_cpuref_cnt].cr_domain = tmp_cpuref[a].cr_domain;
371 platform_cpuref_cnt++;
374 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
375 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
376 platform_cpuref[platform_cpuref_cnt]
[all...]

Completed in 202 milliseconds