Lines Matching defs:cpu
248 extern struct cpu *SIGBCPU;
306 { "cpu", DRMACH_DEVTYPE_CPU, drmach_cpu_new },
497 /* we have already pruned all unwanted cores and cpu's above */
501 if (strcmp(name, "cpu") == 0) {
598 /* we have already pruned all unwanted cores and cpu's above */
602 if (strcmp(name, "cpu") == 0) {
1575 * - core and cpu nodes do not have portid and board# properties
1580 * cpu: LSB# = CPUID[9:5]
1598 * core, cpu and pseudo-mc do not have portid
1599 * we use cpuid as the portid of the cpu node
1612 * cpu does not have board# property. We use
1615 if (strcmp("cpu", name) == 0) {
1883 drmach_cpu_start(struct cpu *cp)
1895 * slave cpu start. This helps to quiesce the
1899 DRMACH_PR("COLD START for cpu (%d)\n", cpuid);
1950 drmach_cpu_t *cpu;
1954 cpu = (drmach_cpu_t *)id;
1956 /* get from cpu directly on OPL */
1957 *cpuid = cpu->cpuid;
1964 drmach_device_t *cpu;
1973 cpu = id;
1974 np = cpu->node;
2737 drmach_cpu_poweron(struct cpu *cp)
2783 drmach_cpu_poweroff(struct cpu *cp)
3722 CPU_ACTIVE(cpu[i])) {