Searched refs:of_get_cpu_hwid (Results 1 – 11 of 11) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | cpu.c | 34 *hart = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_of_processor_hartid() 59 *hart = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_early_of_processor_hartid() 131 *hartid = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_of_parent_hartid()
|
/linux/drivers/clk/mvebu/ |
H A D | ap-cpu-clk.c | 257 cpu = of_get_cpu_hwid(dn, 0); in ap_cpu_clock_probe() 292 cpu = of_get_cpu_hwid(dn, 0); in ap_cpu_clock_probe()
|
/linux/drivers/of/ |
H A D | cpu.c | 14 u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread) in of_get_cpu_hwid() function
|
/linux/arch/arm/kernel/ |
H A D | devtree.c | 86 u32 hwid = of_get_cpu_hwid(cpu, 0); in arm_dt_init_cpu_maps()
|
/linux/arch/arm/mach-bcm/ |
H A D | bcm63xx_pmb.c | 94 *cpu = of_get_cpu_hwid(dn, 0); in bcm63xx_pmb_get_resources()
|
/linux/arch/csky/kernel/ |
H A D | smp.c | 185 cpu = of_get_cpu_hwid(node, 0); in setup_smp()
|
/linux/arch/openrisc/kernel/ |
H A D | smp.c | 66 cpu_id = of_get_cpu_hwid(cpu, 0); in smp_init_cpus()
|
/linux/drivers/base/ |
H A D | cacheinfo.c | 217 u64 id = of_get_cpu_hwid(cpu, 0); in cache_of_set_id()
|
/linux/arch/powerpc/kernel/ |
H A D | smp.c | 1369 id = of_get_cpu_hwid(np, 0); in cpu_to_core_id()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 1061 if (param == of_get_cpu_hwid(np, 0)) { in core99_reset_cpu() 1507 if (param == of_get_cpu_hwid(np, 0)) { in g5_reset_cpu()
|
/linux/include/linux/ |
H A D | of.h | 371 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
|