Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/powerpc/include/
Dsmp.h49 struct cpuref { struct
50 uintptr_t cr_hwref;
51 u_int cr_cpuid;
/freebsd-10-stable/sys/powerpc/ps3/
Dplatform_ps3.c161 ps3_timebase_freq(platform_t plat, struct cpuref *cpuref) in ps3_timebase_freq()
176 ps3_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_first_cpu()
186 ps3_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_next_cpu()
199 ps3_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in ps3_smp_get_bsp()
/freebsd-10-stable/sys/powerpc/powermac/
Dplatform_powermac.c206 powermac_timebase_freq(platform_t plat, struct cpuref *cpuref) in powermac_timebase_freq()
223 powermac_smp_fill_cpuref(struct cpuref *cpuref, phandle_t cpu) in powermac_smp_fill_cpuref()
244 powermac_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in powermac_smp_first_cpu()
284 powermac_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in powermac_smp_next_cpu()
304 powermac_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in powermac_smp_get_bsp()
/freebsd-10-stable/sys/powerpc/mpc85xx/
Dplatform_mpc85xx.c212 mpc85xx_timebase_freq(platform_t plat, struct cpuref *cpuref) in mpc85xx_timebase_freq()
274 mpc85xx_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_first_cpu()
288 mpc85xx_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_next_cpu()
303 mpc85xx_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in mpc85xx_smp_get_bsp()
/freebsd-10-stable/sys/powerpc/pseries/
Dplatform_chrp.c270 chrp_timebase_freq(platform_t plat, struct cpuref *cpuref) in chrp_timebase_freq()
286 chrp_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in chrp_smp_first_cpu()
335 chrp_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in chrp_smp_next_cpu()
379 chrp_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in chrp_smp_get_bsp()
/freebsd-10-stable/sys/powerpc/wii/
Dplatform_wii.c144 wii_timebase_freq(platform_t plat, struct cpuref *cpuref) in wii_timebase_freq()
/freebsd-10-stable/sys/powerpc/booke/
Dplatform_bare.c91 bare_timebase_freq(platform_t plat, struct cpuref *cpuref) in bare_timebase_freq()
/freebsd-10-stable/sys/powerpc/powerpc/
Dmp_machdep.c113 struct cpuref cpuref; in cpu_mp_setmaxid() local