Searched defs:cpuref (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/powerpc/include/ |
| D | smp.h | 49 struct cpuref { struct 50 uintptr_t cr_hwref; 51 u_int cr_cpuid;
|
| /freebsd-10-stable/sys/powerpc/ps3/ |
| D | platform_ps3.c | 161 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/ |
| D | platform_powermac.c | 206 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/ |
| D | platform_mpc85xx.c | 212 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/ |
| D | platform_chrp.c | 270 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/ |
| D | platform_wii.c | 144 wii_timebase_freq(platform_t plat, struct cpuref *cpuref) in wii_timebase_freq()
|
| /freebsd-10-stable/sys/powerpc/booke/ |
| D | platform_bare.c | 91 bare_timebase_freq(platform_t plat, struct cpuref *cpuref) in bare_timebase_freq()
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 113 struct cpuref cpuref; in cpu_mp_setmaxid() local
|