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

12

/linux-master/arch/openrisc/kernel/
H A Dsetup.c163 cpu = of_get_cpu_node(cpu_id, NULL);
243 struct device_node *cpu = of_get_cpu_node(smp_processor_id(), NULL);
/linux-master/arch/arm/mach-bcm/
H A Dplatsmp.c81 struct device_node *cpu_node = of_get_cpu_node(cpu, NULL);
/linux-master/arch/arm/mach-rockchip/
H A Dplatsmp.c59 np = of_get_cpu_node(cpu, NULL);
/linux-master/arch/arm/mm/
H A Dcache-b15-rac.c310 cpu_dn = of_get_cpu_node(0, NULL);
/linux-master/arch/arm/mach-meson/
H A Dplatsmp.c40 struct device_node *np = of_get_cpu_node(cpu, 0);
/linux-master/drivers/soc/bcm/brcmstb/
H A Dbiuctrl.c268 cpu_dn = of_get_cpu_node(0, NULL);
/linux-master/arch/powerpc/platforms/4xx/
H A Dsoc.c200 np = of_get_cpu_node(0, NULL);
/linux-master/arch/riscv/kernel/
H A Dcpu.c291 node = of_get_cpu_node(cpu_id, NULL);
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c508 cpu_node = of_get_cpu_node(cpu_id, NULL);
851 cpu_node = of_get_cpu_node(cpu_id, NULL);
H A Dsmp.c889 struct device_node *dn = of_get_cpu_node(cpu, NULL);
1364 np = of_get_cpu_node(cpu, NULL);
1399 np = of_get_cpu_node(cpu, NULL);
H A Dmce.c640 cpun = of_get_cpu_node(smp_processor_id(), NULL);
H A Dprom.c1015 np = of_get_cpu_node(cpu, NULL);
H A Dsysfs.c844 s->of_node = of_get_cpu_node(cpu, NULL);
/linux-master/drivers/bus/
H A Darm-cci.c196 cpun = of_get_cpu_node(cpu, NULL);
/linux-master/arch/powerpc/sysdev/xics/
H A Dxics-common.c52 np = of_get_cpu_node(boot_cpuid, NULL);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c198 np = of_get_cpu_node(cpu, NULL);
/linux-master/drivers/thermal/
H A Dcpufreq_cooling.c653 struct device_node *np = of_get_cpu_node(policy->cpu, NULL);
H A Dimx_thermal.c569 np = of_get_cpu_node(data->policy->cpu, NULL);
/linux-master/arch/powerpc/mm/
H A Dnuma.c733 cpu = of_get_cpu_node(lcpu, NULL);
950 cpu = of_get_cpu_node(i, NULL);
/linux-master/arch/arm/mach-sunxi/
H A Dmc_smp.c97 node = of_get_cpu_node(cpu, NULL);
/linux-master/drivers/base/
H A Dcpu.c402 cpu->dev.of_node = of_get_cpu_node(num, NULL);
/linux-master/include/linux/
H A Dof.h356 extern struct device_node *of_get_cpu_node(int cpu, unsigned int *thread);
642 static inline struct device_node *of_get_cpu_node(int cpu, function
/linux-master/drivers/video/fbdev/
H A Dfsl-diu-fb.c1919 np = of_get_cpu_node(0, NULL);
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c3243 cpu_node = of_get_cpu_node(cpu, NULL);

Completed in 890 milliseconds

12