Searched refs:cpun (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/of/
H A Dcpu.c9 * @cpun: CPU number(logical index) for which device node is required
14 u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread) argument
19 ac = of_n_addr_cells(cpun);
20 cell = of_get_property(cpun, "reg", &len);
52 static bool __of_find_n_match_cpu_property(struct device_node *cpun, argument
59 ac = of_n_addr_cells(cpun);
60 cell = of_get_property(cpun, prop_name, &prop_len);
84 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, argument
92 __of_find_n_match_cpu_property(cpun,
97 return __of_find_n_match_cpu_property(cpun, "re
121 struct device_node *cpun; local
[all...]
/linux-master/drivers/bus/
H A Darm-cci.c185 struct device_node *cpun; local
196 cpun = of_get_cpu_node(cpu, NULL);
198 if (WARN(!cpun, "Missing cpu device node\n"))
201 port = __cci_ace_get_port(cpun, ACE_PORT);
/linux-master/arch/sparc/kernel/
H A Dprom_64.c381 bool arch_find_n_match_cpu_physical_id(struct device_node *cpun, argument
393 struct property *prop = of_find_property(cpun, "reg", NULL);
403 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
407 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
/linux-master/arch/powerpc/kernel/
H A Dmce.c634 struct device_node *cpun; local
640 cpun = of_get_cpu_node(smp_processor_id(), NULL);
641 if (cpun) {
642 of_property_for_each_string(cpun, "ibm,hmi-special-triggers",
649 of_node_put(cpun);
/linux-master/include/linux/
H A Dcpu.h42 extern bool arch_find_n_match_cpu_physical_id(struct device_node *cpun,
H A Dof.h362 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);

Completed in 129 milliseconds