Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c111 static struct cpuref platform_cpuref[MAXCPU]; 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()
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].cr_domain = tmp_cpuref[a].cr_domain; in powernv_cpuref_init()
395 cpuref->cr_hwref = platform_cpuref[0].cr_hwref;
396 cpuref->cr_domain = platform_cpuref[0].cr_domain; in powernv_smp_next_cpu()
413 cpuref->cr_cpuid = platform_cpuref[i in powernv_smp_next_cpu()
[all...]
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c89 static struct cpuref platform_cpuref[MAXCPU]; variable
352 cpuref->cr_hwref = platform_cpuref[0].cr_hwref; in chrp_smp_first_cpu()
369 cpuref->cr_cpuid = platform_cpuref[id].cr_cpuid; in chrp_smp_next_cpu()
370 cpuref->cr_hwref = platform_cpuref[id].cr_hwref; in chrp_smp_next_cpu()
379 cpuref->cr_cpuid = platform_cpuref[0].cr_cpuid; in chrp_smp_get_bsp()
380 cpuref->cr_hwref = platform_cpuref[0].cr_hwref; in chrp_smp_get_bsp()
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()
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()