Lines Matching defs:cpu
46 init_cpu_info(struct cpu *cp)
81 * in cpu_list when this function is called. When a cpu is dynamically
93 * On first cpu setup, tell hv we are booting
105 * destroy all per-cpu information related to this cpu.
142 if (strcmp(type, "cpu") != 0)
149 cmn_err(CE_PANIC, "reg prop not found in cpu node");
179 cpu_t *cpu;
198 num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
237 if ((cpu = cpu_get(id)) == NULL)
240 cpu_map_exec_units(cpu);
273 populate_idstr(struct cpu *cp)
297 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr);