Lines Matching defs:cpuid
39 * computed from cpuid. All of the cpus on the board are
44 prom_starfire_add_brd(uint_t cpuid)
52 ci[3] = p1275_uint2cell(cpuid);
86 * cpu represented by cpuid. This operation has no effect on
90 prom_starfire_add_cpu(uint_t cpuid)
97 ci[3] = p1275_uint2cell(cpuid);
106 * represented by cpuid.
109 prom_starfire_rm_cpu(uint_t cpuid)
116 ci[3] = p1275_uint2cell(cpuid);
124 * Mark the cpu represented by cpuid as cpu0. Returns zero for
128 prom_starfire_move_cpu0(uint_t cpuid)
136 ci[3] = p1275_uint2cell(cpuid);
149 * for the bootbus SRAM of the new cpu0 represented by cpuid.
152 prom_starfire_init_console(uint_t cpuid)
159 ci[3] = p1275_uint2cell(cpuid);