Searched refs:of_get_cpu_node (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/arch/mips/loongson64/
H A Dtime.c25 np = of_get_cpu_node(0, NULL);
/linux-master/drivers/of/
H A Dcpu.c101 * of_get_cpu_node - Get device node associated with the given logical CPU
119 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread) function
129 EXPORT_SYMBOL(of_get_cpu_node); variable
145 return of_get_cpu_node(cpu, NULL);
/linux-master/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c46 cpu = of_get_cpu_node(0, NULL);
120 cpu = of_get_cpu_node(0, NULL);
/linux-master/drivers/soc/renesas/
H A Dr9a06g032-smp.c57 dn = of_get_cpu_node(1, NULL);
/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c69 np = of_get_cpu_node(cpu, NULL);
/linux-master/arch/arm64/kernel/
H A Dcpu_ops.c60 struct device_node *dn = of_get_cpu_node(cpu, NULL);
H A Dsmp_spin_table.c48 dn = of_get_cpu_node(cpu, NULL);
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp-vexpress.c36 cpu_node = of_get_cpu_node(cpu, NULL);
/linux-master/arch/arm/mach-axxia/
H A Dplatsmp.c67 np = of_get_cpu_node(cpu, NULL);
/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo.c93 cpu = of_get_cpu_node(0, NULL);
/linux-master/arch/arm/mach-bcm/
H A Dbcm63xx_smp.c129 dn = of_get_cpu_node(cpu, NULL);
/linux-master/arch/powerpc/platforms/44x/
H A Diss4xx.c87 struct device_node *cpunode = of_get_cpu_node(cpu, NULL);
H A Dppc476.c156 struct device_node *cpunode = of_get_cpu_node(cpu, NULL);
/linux-master/arch/loongarch/kernel/
H A Denv.c66 np = of_get_cpu_node(0, NULL);
/linux-master/arch/arm/mach-qcom/
H A Dplatsmp.c86 cpu_node = of_get_cpu_node(cpu, NULL);
142 cpu_node = of_get_cpu_node(cpu, NULL);
222 cpu_node = of_get_cpu_node(cpu, NULL);
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c87 np = of_get_cpu_node(cpu, NULL);
/linux-master/arch/mips/generic/
H A Dinit.c163 np = of_get_cpu_node(0, NULL);
/linux-master/drivers/cpufreq/
H A Dppc_cbe_cpufreq.c62 cpu = of_get_cpu_node(policy->cpu, NULL);
H A Dqoriq-cpufreq.c76 np = of_get_cpu_node(cpu, NULL);
167 np = of_get_cpu_node(cpu, NULL);
H A Dpasemi-cpufreq.c134 cpu = of_get_cpu_node(policy->cpu, NULL);
/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_regs.c24 * time code to have a fast path rather than call of_get_cpu_node(). If
186 struct device_node *ci_np = of_get_cpu_node(cpu_id, NULL);
259 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id);
/linux-master/arch/arm/kernel/
H A Dtopology.c102 cn = of_get_cpu_node(cpu, NULL);
/linux-master/arch/mips/ath79/
H A Dsetup.c246 np = of_get_cpu_node(0, NULL);
/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp.c40 struct device_node *np = of_get_cpu_node(cpu, NULL);
/linux-master/arch/nios2/kernel/
H A Dcpuinfo.c37 cpu = of_get_cpu_node(0, NULL);

Completed in 331 milliseconds

12