Searched refs:of_get_cpu_hwid (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpu.c | 33 *hart = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_of_processor_hartid() 58 *hart = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_early_of_processor_hartid() 130 *hartid = (unsigned long)of_get_cpu_hwid(node, 0); in riscv_of_parent_hartid()
|
/openbmc/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()
|
/openbmc/linux/arch/sh/boards/ |
H A D | of-generic.c | 65 u64 id = of_get_cpu_hwid(np, 0); in sh_of_smp_probe()
|
/openbmc/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
|
/openbmc/linux/arch/arm/kernel/ |
H A D | devtree.c | 87 u32 hwid = of_get_cpu_hwid(cpu, 0); in arm_dt_init_cpu_maps()
|
/openbmc/linux/arch/arm/mach-bcm/ |
H A D | bcm63xx_pmb.c | 94 *cpu = of_get_cpu_hwid(dn, 0); in bcm63xx_pmb_get_resources()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | smp.c | 189 cpu = of_get_cpu_hwid(node, 0); in setup_smp()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | smp.c | 70 cpu_id = of_get_cpu_hwid(cpu, 0); in smp_init_cpus()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | devicetree.c | 134 apic_id = of_get_cpu_hwid(dn, 0); in dtb_cpu_setup()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | smp.c | 260 cpuid = of_get_cpu_hwid(node, 0); in fdt_smp_setup()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | smp.c | 630 u64 hwid = of_get_cpu_hwid(dn, 0); in of_parse_and_init_cpus()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | smp.c | 1365 id = of_get_cpu_hwid(np, 0); in cpu_to_core_id()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 365 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
|