Lines Matching defs:cpu

167 #define	DRMACH_CPU_NAMEPROP		"cpu"
318 * If zero, DR copy-rename and cpu poweron will not set the processor
497 {"cpu", DRMACH_DEVTYPE_CPU, drmach_cpu_new },
2579 case 0: case 1: case 2: case 3: /* cpu/wci devices */
2584 case 8: case 9: /* cpu devices */
3248 if (cpu[cpuid] && cpu[cpuid]->cpu_flags)
3350 /* Map in appropriate cpu sram page */
3490 DRMACH_PR("cpu%d ignored drmach_xt_mb", i);
3614 * In general, trap handling on any cpu once the copy begins
3995 * cpu, so check the implementation.
4090 * XXX Until the Solaris large pages support heterogeneous cpu
4261 * If a cpu/mem board is present in the same expander, use slice
4384 if ((cpu[cpuid] == NULL) ||
4385 (cpu[cpuid]->cpu_flags &
5055 * cpu used. If cpu has been returned, it's OK to proceed with
5068 * cpu since hpost hasn't touched it.
5198 * Confirm cpu was in ready set when xc was issued.
5276 * Init the board cpu type. Assumes all board cpus are the same type.
5295 * pair. Each cpu uses 8KB according to the following layout:
5358 drmach_cpu_start(struct cpu *cp)
5373 * slave cpu start. This helps to quiesce the
5377 DRMACH_PR("COLD START for cpu (%d)\n", cpuid);
5437 "waited %d out of %d tries for drmach_set_lpa on cpu%d",
5450 * it has been offlined. The function of this routine is to get the cpu
5459 * in this cpu's sram. There is one TTE per cpu, initialized in
5464 * 8KB page per cpu (or Jaguar core).
5466 * 3) Jump to function now in the cpu sram.
5546 struct cpu *cpu;
5555 cpu = cpu_get(cp->cpuid);
5556 if (cpu == NULL)
5598 drmach_cpu_t *cpu;
5602 cpu = id;
5604 *cpuid = cpu->cpuid;
5629 * Flush this cpu's ecache, then ensure all outstanding safari
6722 if (cpu[cpuid] == NULL || !CPU_ACTIVE(cpu[cpuid]))
6744 if (cpu[cpuid] && CPU_ACTIVE(cpu[cpuid])) {
7204 * Start up a cpu. It is possible that we're attempting to restart
7205 * the cpu after an UNCONFIGURE in which case the cpu will be
7207 * Under normal circumstances the cpu will be coming from a previous
7212 drmach_cpu_poweron(struct cpu *cp)
7225 drmach_cpu_poweroff(struct cpu *cp)
7311 "drmach_cpu_shutdown_self on cpu%d",
7429 struct cpu *cp;
7593 struct cpu *cp;
7776 * Setup an iocage by acquiring a cpu and memory.
7880 if (cpu[MAKE_CPUID(exp, slot, i)]) {
7881 /* maxcat cpu present */