Home
last modified time | relevance | path

Searched defs:cpuref (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dsmp.h50 struct cpuref { struct
51 uintptr_t cr_hwref;
52 u_int cr_cpuid;
53 u_int cr_domain;
/freebsd/sys/powerpc/ps3/
H A Dplatform_ps3.c175 ps3_timebase_freq(platform_t plat, struct cpuref *cpuref) in ps3_timebase_freq()
190 ps3_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_first_cpu()
200 ps3_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_next_cpu()
213 ps3_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in ps3_smp_get_bsp()
/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c226 powermac_timebase_freq(platform_t plat, struct cpuref *cpuref) in powermac_timebase_freq()
242 powermac_smp_fill_cpuref(struct cpuref *cpuref, phandle_t cpu) in powermac_smp_fill_cpuref()
263 powermac_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in powermac_smp_first_cpu()
303 powermac_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in powermac_smp_next_cpu()
323 powermac_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in powermac_smp_get_bsp()
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c317 chrp_timebase_freq(platform_t plat, struct cpuref *cpuref) in chrp_timebase_freq()
345 chrp_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in chrp_smp_first_cpu()
358 chrp_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in chrp_smp_next_cpu()
376 chrp_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in chrp_smp_get_bsp()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c282 powernv_timebase_freq(platform_t plat, struct cpuref *cpuref) in powernv_timebase_freq()
383 powernv_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in powernv_smp_first_cpu()
396 powernv_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in powernv_smp_next_cpu()
415 powernv_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in powernv_smp_get_bsp()
/freebsd/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c222 mpc85xx_timebase_freq(platform_t plat, struct cpuref *cpuref) in mpc85xx_timebase_freq()
289 mpc85xx_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_first_cpu()
303 mpc85xx_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_next_cpu()
318 mpc85xx_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_get_bsp()
/freebsd/sys/powerpc/booke/
H A Dplatform_bare.c90 bare_timebase_freq(platform_t plat, struct cpuref *cpuref) in bare_timebase_freq()
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c117 struct cpuref cpuref; in cpu_mp_setmaxid() local
/freebsd/sys/dev/ofw/
H A Dofw_cpu.c287 struct cpuref cpuref; in ofw_cpu_attach() local