Lines Matching defs:node
171 * If "Cache" node exists, then set L2 cache properties
173 * If node does not exists, then set the L2 cache properties
214 * Use L2 cache node to derive the chip mapping.
220 mde_cookie_t *node, *cachelist;
229 * The "cache" node is optional in MD, therefore ncaches can be 0.
246 * Found a l2 cache node. Find out the cpu nodes it
250 "back", &node);
256 if (md_get_prop_val(mdp, node[j], "id", &lcpuid))
263 md_free_scan_dag(mdp, &node);
276 mde_cookie_t *node, *eunit;
286 num = md_alloc_scan_dag(mdp, md_root_node(mdp), "cpus", "fwd", &node);
288 cmn_err(CE_PANIC, "No cpus node in machine description");
290 cmn_err(CE_PANIC, "More than 1 cpus node in machine"
293 cpus_node = node[0];
294 md_free_scan_dag(mdp, &node);
333 "back", &node);
336 cmn_err(CE_PANIC, "exec-unit node in MD"
337 " not attached to a cpu node");
340 if (md_get_prop_val(mdp, node[j], "id",
355 md_free_scan_dag(mdp, &node);
790 " mblock node");
793 " mblock node");
844 cmn_err(CE_PANIC, "Missing %s property in MD cpu node",
872 * Use the appropriate property in the platform node, if it is
970 * The "cache" node is optional in MD, therefore ncaches can be 0.
1017 * the domaining-enabled property in the platform node and the
1038 cmn_err(CE_PANIC, "init_md_broken: platform node missing");
1043 "Cannot read 'compatible' property of 'cpu' node");
1147 cmn_err(CE_PANIC, "MD alias node has no aliases");
1164 cmn_err(CE_PANIC, "malformed ioalias node");
1198 * property is not specified in a cpu node in machine descriptor graph.