Searched refs:cpus_offset (Results 1 – 2 of 2) sorted by relevance
14 int cpus_offset, offset; in spin_table_update_dt() local21 cpus_offset = fdt_path_offset(fdt, "/cpus"); in spin_table_update_dt()22 if (cpus_offset < 0) in spin_table_update_dt()25 for (offset = fdt_first_subnode(fdt, cpus_offset); in spin_table_update_dt()42 for (offset = fdt_first_subnode(fdt, cpus_offset); in spin_table_update_dt()
612 int cpus_offset; in sanity_cpu_swap() local617 cpus_offset = fdt_path_offset(blob, "/cpus"); in sanity_cpu_swap()618 if (cpus_offset < 0) in sanity_cpu_swap()621 for (noffset = fdt_first_subnode(blob, cpus_offset); in sanity_cpu_swap()636 reg = (ulong)fdtdec_get_addr_size_auto_parent(blob, cpus_offset, noffset, in sanity_cpu_swap()