Lines Matching refs:cpun
313 static bool __of_find_n_match_cpu_property(struct device_node *cpun,
320 ac = of_n_addr_cells(cpun);
321 cell = of_get_property(cpun, prop_name, &prop_len);
345 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun,
353 __of_find_n_match_cpu_property(cpun,
358 return __of_find_n_match_cpu_property(cpun, "reg", cpu, thread);
382 struct device_node *cpun;
384 for_each_of_cpu_node(cpun) {
385 if (arch_find_n_match_cpu_physical_id(cpun, cpu, thread))
386 return cpun;