| /trueos/sys/sparc64/sparc64/ |
| HD | machdep.c | 150 static phandle_t find_bsp(phandle_t node, uint32_t bspid, u_int cpu_impl); 248 find_bsp(phandle_t node, uint32_t bspid, u_int cpu_impl) in find_bsp() argument 257 child = find_bsp(child, bspid, cpu_impl); in find_bsp() 266 if (OF_getprop(node, cpu_cpuid_prop(cpu_impl), &cpuid, in find_bsp() 277 cpu_cpuid_prop(u_int cpu_impl) in cpu_cpuid_prop() argument 280 switch (cpu_impl) { in cpu_cpuid_prop() 302 cpu_get_mid(u_int cpu_impl) in cpu_get_mid() argument 305 switch (cpu_impl) { in cpu_get_mid() 337 u_int cpu_impl; in sparc64_init() local 346 cpu_impl = VER_IMPL(rdpr(ver)); in sparc64_init() [all …]
|
| HD | mp_machdep.c | 124 static void ap_count(phandle_t node, u_int mid, u_int cpu_impl); 125 static void ap_start(phandle_t node, u_int mid, u_int cpu_impl); 128 u_int mid, u_int cpu_impl)); 141 mp_init(u_int cpu_impl) in mp_init() argument 165 if (cpu_impl == CPU_IMPL_ULTRASPARCIIIi || in mp_init() 166 cpu_impl == CPU_IMPL_ULTRASPARCIIIip) { in mp_init() 170 } else if (cpu_impl == CPU_IMPL_SPARC64V || in mp_init() 171 cpu_impl >= CPU_IMPL_ULTRASPARCIII) { in mp_init() 182 u_int cpu_impl)) in foreach_ap() argument 187 uint32_t cpu_impl; in foreach_ap() local [all …]
|
| HD | tick.c | 398 tick_clear(u_int cpu_impl) in tick_clear() argument 401 if (cpu_impl == CPU_IMPL_SPARC64V || in tick_clear() 402 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in tick_clear() 408 tick_stop(u_int cpu_impl) in tick_stop() argument 411 if (cpu_impl == CPU_IMPL_SPARC64V || in tick_stop() 412 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in tick_stop()
|
| HD | cheetah.c | 61 cheetah_init(u_int cpu_impl) in cheetah_init() argument 101 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp) in cheetah_init() 117 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp) { in cheetah_init() 139 cheetah_cache_enable(u_int cpu_impl) in cheetah_cache_enable() argument 144 if (cpu_impl == CPU_IMPL_ULTRASPARCIII) { in cheetah_cache_enable()
|
| HD | cache.c | 95 static u_int cache_new_prop(u_int cpu_impl); 98 cache_new_prop(u_int cpu_impl) in cache_new_prop() argument 101 switch (cpu_impl) { in cache_new_prop()
|
| HD | zeus.c | 50 zeus_init(u_int cpu_impl) in zeus_init() argument 85 zeus_cache_enable(u_int cpu_impl) in zeus_cache_enable() argument
|
| HD | pmap.c | 303 pmap_bootstrap(u_int cpu_impl) in pmap_bootstrap() argument 384 if (cpu_impl == CPU_IMPL_SPARC64V || in pmap_bootstrap() 385 cpu_impl >= CPU_IMPL_ULTRASPARCIIIp) { in pmap_bootstrap() 392 data = dtlb_get_data(cpu_impl == in pmap_bootstrap() 401 if (cpu_impl >= CPU_IMPL_ULTRASPARCI && in pmap_bootstrap() 402 cpu_impl < CPU_IMPL_ULTRASPARCIII) in pmap_bootstrap() 638 (cpu_impl >= CPU_IMPL_ULTRASPARCI && in pmap_bootstrap() 639 cpu_impl < CPU_IMPL_ULTRASPARCIII ? in pmap_bootstrap()
|
| HD | spitfire.c | 59 spitfire_cache_enable(u_int cpu_impl __unused) in spitfire_cache_enable()
|
| /trueos/sys/boot/sparc64/loader/ |
| HD | main.c | 134 static int cpu_impl; variable 423 if (cpu_impl == CPU_IMPL_SPARC64V || in dtlb_va_to_pa_sun4u() 424 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in dtlb_va_to_pa_sun4u() 448 if (cpu_impl == CPU_IMPL_SPARC64V || in itlb_va_to_pa_sun4u() 449 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in itlb_va_to_pa_sun4u() 469 if (cpu_impl == CPU_IMPL_ULTRASPARCIIIp && index == 0 && in itlb_enter_sun4u() 483 if (cpu_impl != CPU_IMPL_ULTRASPARCIIIp) in itlb_relocate_locked0_sun4u() 629 switch (cpu_impl) { in cpu_cpuid_prop_sun4u() 654 switch (cpu_impl) { in cpu_get_mid_sun4u() 682 cpu_impl = VER_IMPL(rdpr(ver)); in tlb_init_sun4u() [all …]
|
| /trueos/sys/sparc64/include/ |
| HD | tick.h | 34 void tick_clear(u_int cpu_impl); 35 void tick_stop(u_int cpu_impl);
|
| HD | cpu.h | 55 void cheetah_init(u_int cpu_impl); 60 void zeus_init(u_int cpu_impl);
|
| HD | md_var.h | 50 const char *cpu_cpuid_prop(u_int cpu_impl); 51 uint32_t cpu_get_mid(u_int cpu_impl);
|
| HD | cache.h | 96 typedef void cache_enable_t(u_int cpu_impl);
|
| HD | pmap.h | 85 void pmap_bootstrap(u_int cpu_impl);
|
| HD | smp.h | 111 void mp_init(u_int cpu_impl);
|
| /trueos/sys/mips/include/ |
| HD | cpuinfo.h | 55 u_int8_t cpu_impl; member
|
| /trueos/sys/mips/mips/ |
| HD | cpu.c | 87 cpuinfo->cpu_impl = MIPS_PRID_IMPL(prid); in mips_get_identity() 251 printf(" processor v%d.%d\n", cpuinfo.cpu_rev, cpuinfo.cpu_impl); in cpu_identify()
|