Searched refs:of_get_cpu_node (Results 1 – 25 of 46) sorted by relevance
12
/Linux-v4.19/arch/mips/pistachio/ |
D | time.c | 44 np = of_get_cpu_node(0, NULL); in plat_time_init()
|
/Linux-v4.19/arch/arm/mach-vexpress/ |
D | platsmp.c | 42 cpu_node = of_get_cpu_node(cpu, NULL); in vexpress_smp_init_ops()
|
/Linux-v4.19/drivers/soc/renesas/ |
D | r9a06g032-smp.c | 57 dn = of_get_cpu_node(1, NULL); in r9a06g032_smp_prepare_cpus()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | smp_spin_table.c | 59 dn = of_get_cpu_node(cpu, NULL); in smp_spin_table_cpu_init()
|
D | cpu_ops.c | 69 struct device_node *dn = of_get_cpu_node(cpu, NULL); in cpu_read_enable_method()
|
/Linux-v4.19/arch/arm/mach-axxia/ |
D | platsmp.c | 69 np = of_get_cpu_node(cpu, NULL); in axxia_smp_prepare_cpus()
|
/Linux-v4.19/arch/arm/mach-qcom/ |
D | platsmp.c | 99 cpu_node = of_get_cpu_node(cpu, NULL); in kpssv1_release_secondary() 179 cpu_node = of_get_cpu_node(cpu, NULL); in kpssv2_release_secondary()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | cbe_regs.c | 185 if (of_find_node_by_phandle(cpu_handle[i]) == of_get_cpu_node(cpu_id, NULL)) in cbe_get_be_node() 243 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id); in cbe_regs_init()
|
/Linux-v4.19/arch/arm/mach-sti/ |
D | platsmp.c | 121 np = of_get_cpu_node(cpu, NULL); in sti_smp_prepare_cpus()
|
/Linux-v4.19/arch/riscv/kernel/ |
D | cpu.c | 82 struct device_node *node = of_get_cpu_node(hart_id, NULL); in c_show()
|
/Linux-v4.19/arch/arm/mach-bcm/ |
D | bcm63xx_smp.c | 130 dn = of_get_cpu_node(cpu, NULL); in bcm63138_smp_boot_secondary()
|
D | platsmp.c | 87 struct device_node *cpu_node = of_get_cpu_node(cpu, NULL); in secondary_boot_addr_for()
|
/Linux-v4.19/drivers/cpufreq/ |
D | qoriq-cpufreq.c | 86 np = of_get_cpu_node(cpu, NULL); in cpu_to_clk() 177 np = of_get_cpu_node(cpu, NULL); in qoriq_cpufreq_cpu_init()
|
D | ppc_cbe_cpufreq.c | 76 cpu = of_get_cpu_node(policy->cpu, NULL); in cbe_cpufreq_cpu_init()
|
D | pasemi-cpufreq.c | 147 cpu = of_get_cpu_node(policy->cpu, NULL); in pas_cpufreq_cpu_init()
|
/Linux-v4.19/arch/powerpc/platforms/44x/ |
D | iss4xx.c | 91 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); in smp_iss4xx_kick_cpu()
|
D | ppc476.c | 157 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); in smp_ppc47x_kick_cpu()
|
/Linux-v4.19/include/linux/ |
D | of_device.h | 54 return of_get_cpu_node(cpu, NULL); in of_cpu_device_node_get()
|
/Linux-v4.19/arch/mips/generic/ |
D | init.c | 168 np = of_get_cpu_node(0, NULL); in plat_time_init()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | smp-j2.c | 90 np = of_get_cpu_node(cpu, NULL); in j2_start_cpu()
|
/Linux-v4.19/arch/arm/mach-mvebu/ |
D | platsmp.c | 43 struct device_node *np = of_get_cpu_node(cpu, NULL); in get_cpu_clk()
|
/Linux-v4.19/drivers/soc/bcm/brcmstb/ |
D | biuctrl.c | 179 cpu_dn = of_get_cpu_node(0, NULL); in setup_hifcpubiuctrl_regs()
|
/Linux-v4.19/arch/arm/kernel/ |
D | topology.c | 108 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology()
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-b15-rac.c | 312 cpu_dn = of_get_cpu_node(0, NULL); in b15_rac_init()
|
/Linux-v4.19/arch/arm/mach-rockchip/ |
D | platsmp.c | 68 np = of_get_cpu_node(cpu, NULL); in rockchip_get_core_reset()
|
12