Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c327 static struct cpuref tmp_cpuref[MAXCPU]; in powernv_cpuref_init()
356 tmp_cpuref[tmp_cpuref_cnt].cr_hwref = interrupt_servers[a]; in powernv_cpuref_init()
357 tmp_cpuref[tmp_cpuref_cnt].cr_cpuid = tmp_cpuref_cnt; in powernv_cpuref_init()
358 tmp_cpuref[tmp_cpuref_cnt].cr_domain = in powernv_cpuref_init()
371 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; 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()
379 platform_cpuref[platform_cpuref_cnt].cr_domain = tmp_cpuref[a].cr_domain; in powernv_cpuref_init()
321 static struct cpuref tmp_cpuref[MAXCPU]; powernv_cpuref_init() local
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c402 static struct cpuref tmp_cpuref[MAXCPU]; in chrp_cpuref_init() local
467 tmp_cpuref[tmp_cpuref_cnt].cr_hwref = interrupt_servers[a]; in chrp_cpuref_init()
468 tmp_cpuref[tmp_cpuref_cnt].cr_cpuid = tmp_cpuref_cnt; in chrp_cpuref_init()
480 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in chrp_cpuref_init()
485 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref; in chrp_cpuref_init()