Searched refs:finish_node (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | prom.c | 70 static unsigned long finish_node(struct device_node *, unsigned long, 161 mem = finish_node(allnodes, mem, NULL, 1, 1); in finish_device_tree() 167 finish_node(struct device_node *np, unsigned long mem_start, in finish_node() function 232 mem_start = finish_node(child, mem_start, ifunc, in finish_node()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | prom.c | 191 static unsigned long finish_node(struct device_node *, unsigned long, 1958 mem = finish_node(allnodes, mem, NULL, 0, 0); in finish_device_tree() 1970 finish_node(struct device_node *np, unsigned long mem_start, in finish_node() function 2010 mem_start = finish_node(child, mem_start, ifunc, in finish_node()
|