Searched refs:cpus_off (Results 1 – 1 of 1) sorted by relevance
52 int32_t cpus_off, cmap_off, cluster_off; in parse_dt_topology() local78 cpus_off = fdt_path_offset(dtb, "/cpus"); in parse_dt_topology()79 if (cpus_off < 0) { in parse_dt_topology()80 ret = cpus_off; in parse_dt_topology()85 cmap_off = fdt_subnode_offset(dtb, cpus_off, "cpu-map"); in parse_dt_topology()