Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c112 static int platform_cpuref_cnt; variable
371 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in powernv_cpuref_init()
372 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt; in powernv_cpuref_init()
373 platform_cpuref[platform_cpuref_cnt].cr_domain = tmp_cpuref[a].cr_domain; in powernv_cpuref_init()
374 platform_cpuref_cnt++; in powernv_cpuref_init()
377 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in powernv_cpuref_init()
378 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt; in powernv_cpuref_init()
379 platform_cpuref[platform_cpuref_cnt] in powernv_cpuref_init()
[all...]
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c90 static int platform_cpuref_cnt; variable
366 if (id >= platform_cpuref_cnt) in chrp_smp_next_cpu()
480 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in chrp_cpuref_init()
481 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt; in chrp_cpuref_init()
482 platform_cpuref_cnt++; in chrp_cpuref_init()
485 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in chrp_cpuref_init()
486 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt; in chrp_cpuref_init()
487 platform_cpuref_cnt++; in chrp_cpuref_init()