Searched refs:of_get_cpu_hwid (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/arch/riscv/kernel/ |
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-6.14.4/drivers/clk/mvebu/ |
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-6.14.4/arch/sh/boards/ |
D | of-generic.c | 67 u64 id = of_get_cpu_hwid(np, 0); in sh_of_smp_probe()
|
/linux-6.14.4/drivers/of/ |
D | cpu.c | 14 u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread) in of_get_cpu_hwid() function
|
/linux-6.14.4/arch/arm/kernel/ |
D | devtree.c | 86 u32 hwid = of_get_cpu_hwid(cpu, 0); in arm_dt_init_cpu_maps()
|
/linux-6.14.4/arch/csky/kernel/ |
D | smp.c | 185 cpu = of_get_cpu_hwid(node, 0); in setup_smp()
|
/linux-6.14.4/arch/arm/mach-bcm/ |
D | bcm63xx_pmb.c | 94 *cpu = of_get_cpu_hwid(dn, 0); in bcm63xx_pmb_get_resources()
|
/linux-6.14.4/arch/openrisc/kernel/ |
D | smp.c | 66 cpu_id = of_get_cpu_hwid(cpu, 0); in smp_init_cpus()
|
/linux-6.14.4/arch/x86/kernel/ |
D | devicetree.c | 136 apic_id = of_get_cpu_hwid(dn, 0); in dtb_cpu_setup()
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | smp.c | 291 cpuid = of_get_cpu_hwid(node, 0); in fdt_smp_setup()
|
/linux-6.14.4/arch/arm64/kernel/ |
D | smp.c | 694 u64 hwid = of_get_cpu_hwid(dn, 0); in of_parse_and_init_cpus()
|
/linux-6.14.4/arch/powerpc/platforms/powermac/ |
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-6.14.4/arch/powerpc/kernel/ |
D | smp.c | 1369 id = of_get_cpu_hwid(np, 0); in cpu_to_core_id()
|
/linux-6.14.4/include/linux/ |
D | of.h | 366 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
|