Lines Matching refs:cpuref
64 static u_long ps3_timebase_freq(platform_t, struct cpuref *cpuref);
66 static int ps3_smp_first_cpu(platform_t, struct cpuref *cpuref);
67 static int ps3_smp_next_cpu(platform_t, struct cpuref *cpuref);
68 static int ps3_smp_get_bsp(platform_t, struct cpuref *cpuref);
175 ps3_timebase_freq(platform_t plat, struct cpuref *cpuref) in ps3_timebase_freq() argument
190 ps3_smp_first_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_first_cpu() argument
193 cpuref->cr_cpuid = 0; in ps3_smp_first_cpu()
194 cpuref->cr_hwref = ps3_boot_pir; in ps3_smp_first_cpu()
200 ps3_smp_next_cpu(platform_t plat, struct cpuref *cpuref) in ps3_smp_next_cpu() argument
203 if (cpuref->cr_cpuid >= 1) in ps3_smp_next_cpu()
206 cpuref->cr_cpuid++; in ps3_smp_next_cpu()
207 cpuref->cr_hwref = !ps3_boot_pir; in ps3_smp_next_cpu()
213 ps3_smp_get_bsp(platform_t plat, struct cpuref *cpuref) in ps3_smp_get_bsp() argument
216 cpuref->cr_cpuid = 0; in ps3_smp_get_bsp()
217 cpuref->cr_hwref = ps3_boot_pir; in ps3_smp_get_bsp()