Lines Matching refs:CPU
231 * In the case of CPU/Memory system boards, the system will attempt
238 short cpu_warn_temp = 73; /* CPU/Memory Warning Temperature */
239 short cpu_danger_temp = 83; /* CPU/Memory Danger Temperature */
248 short cpu_warn_temp_4x = 60; /* CPU/Memory warning temp for 400 MHZ */
249 short cpu_danger_temp_4x = 68; /* CPU/Memory danger temp for 400 MHZ */
351 /* CPU power control */
1616 /* Inhibit warning messages below this temperature, eg for CPU poweron. */
1947 /* For CPU boards, don't warn if CPUs just powered on. */
2271 * For CPU boards with frequency >= 400 MHZ,
2514 (void) sprintf(buffer, "CPU/Memory board %d", board);
2565 * the target CPU for all valid registers.
2583 /* So it's OK to reprogram the CPU target */
3217 * The CPU's remain paused and the prom_mutex is known to be free.
3224 * Quiesce interrupts on the target CPU. We do this by setting
3225 * the CPU 'not ready'- (i.e. removing the CPU from cpu_ready_set) to
3278 ASSERT(CPU->cpu_intr_actv == 0);
3279 ASSERT(CPU->cpu_thread == CPU->cpu_idle_thread ||
3280 CPU->cpu_thread == CPU->cpu_startup_thread);
3282 CPU->cpu_flags = CPU_POWEROFF | CPU_OFFLINE | CPU_QUIESCED;
3293 * Warm start CPU.
3327 * Power on CPU.
3369 panic("fhc: failed to start second CPU"
3435 FHC_BASE_NOMEM + CPU->cpu_id * FHC_MAX_ECACHE_SIZE,
3436 cpunodes[CPU->cpu_id].ecache_size);