| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | mp_machdep.c | 134 u_int mid, u_int cpu_impl)); 170 u_int cpu_impl)) in foreach_ap() argument 174 uint32_t cpu_impl, portid; in foreach_ap() local 191 sizeof(cpu_impl)) <= 0) in foreach_ap() 200 (*func)(node, portid, cpu_impl); in foreach_ap() 268 u_int cpu_impl, isjbus; in cpu_mp_start() local 273 cpu_impl = PCPU_GET(impl); in cpu_mp_start() 280 cpu_impl >= CPU_IMPL_ULTRASPARCIII) { in cpu_mp_start() 329 if (cpu_impl == CPU_IMPL_SPARC64V || in ap_start() 330 cpu_impl >= CPU_IMPL_ULTRASPARCIII) { in ap_start() [all …]
|
| H A D | machdep.c | 279 switch (cpu_impl) { in cpu_portid_prop() 304 switch (cpu_impl) { in cpu_get_mid() 336 u_int cpu_impl; in sparc64_init() local 351 cheetah_init(cpu_impl); in sparc64_init() 353 zeus_init(cpu_impl); in sparc64_init() 358 tick_clear(cpu_impl); in sparc64_init() 368 tick_stop(cpu_impl); in sparc64_init() 411 pc->pc_impl = cpu_impl; in sparc64_init() 476 cache_enable(cpu_impl); in sparc64_init() 483 switch (cpu_impl) { in sparc64_init() [all …]
|
| H A D | tick.c | 397 tick_clear(u_int cpu_impl) in tick_clear() argument 400 if (cpu_impl == CPU_IMPL_SPARC64V || in tick_clear() 401 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in tick_clear() 407 tick_stop(u_int cpu_impl) in tick_stop() argument 410 if (cpu_impl == CPU_IMPL_SPARC64V || in tick_stop() 411 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in tick_stop()
|
| H A D | cheetah.c | 63 cheetah_init(u_int cpu_impl) in cheetah_init() argument 103 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp) in cheetah_init() 119 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp) { in cheetah_init() 141 cheetah_cache_enable(u_int cpu_impl) in cheetah_cache_enable() argument 146 if (cpu_impl == CPU_IMPL_ULTRASPARCIII) { in cheetah_cache_enable()
|
| H A D | cache.c | 97 static u_int cache_new_prop(u_int cpu_impl); 100 cache_new_prop(u_int cpu_impl) in cache_new_prop() argument 103 switch (cpu_impl) { in cache_new_prop()
|
| H A D | zeus.c | 52 zeus_init(u_int cpu_impl) in zeus_init() argument 87 zeus_cache_enable(u_int cpu_impl) in zeus_cache_enable() argument
|
| H A D | pmap.c | 297 pmap_bootstrap(u_int cpu_impl) in pmap_bootstrap() argument 382 if (cpu_impl == CPU_IMPL_SPARC64V || in pmap_bootstrap() 383 cpu_impl >= CPU_IMPL_ULTRASPARCIIIp) { in pmap_bootstrap() 390 data = dtlb_get_data(cpu_impl == in pmap_bootstrap() 399 if (cpu_impl >= CPU_IMPL_ULTRASPARCI && in pmap_bootstrap() 400 cpu_impl < CPU_IMPL_ULTRASPARCIII) in pmap_bootstrap() 639 (cpu_impl >= CPU_IMPL_ULTRASPARCI && in pmap_bootstrap() 640 cpu_impl < CPU_IMPL_ULTRASPARCIII ? in pmap_bootstrap()
|
| H A D | spitfire.c | 61 spitfire_cache_enable(u_int cpu_impl __unused) in spitfire_cache_enable()
|
| /freebsd-12.1/stand/sparc64/loader/ |
| H A D | main.c | 131 static int cpu_impl; variable 420 if (cpu_impl == CPU_IMPL_SPARC64V || in dtlb_va_to_pa_sun4u() 421 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in dtlb_va_to_pa_sun4u() 445 if (cpu_impl == CPU_IMPL_SPARC64V || in itlb_va_to_pa_sun4u() 446 cpu_impl >= CPU_IMPL_ULTRASPARCIII) in itlb_va_to_pa_sun4u() 480 if (cpu_impl != CPU_IMPL_ULTRASPARCIIIp) in itlb_relocate_locked0_sun4u() 626 switch (cpu_impl) { in cpu_cpuid_prop_sun4u() 651 switch (cpu_impl) { in cpu_get_mid_sun4u() 679 cpu_impl = VER_IMPL(rdpr(ver)); in tlb_init_sun4u() 680 switch (cpu_impl) { in tlb_init_sun4u() [all …]
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | tick.h | 36 void tick_clear(u_int cpu_impl); 37 void tick_stop(u_int cpu_impl);
|
| H A D | cpu.h | 58 void cheetah_init(u_int cpu_impl); 63 void zeus_init(u_int cpu_impl);
|
| H A D | md_var.h | 52 uint32_t cpu_get_mid(u_int cpu_impl); 54 const char *cpu_portid_prop(u_int cpu_impl);
|
| H A D | cache.h | 98 typedef void cache_enable_t(u_int cpu_impl);
|
| H A D | pmap.h | 87 void pmap_bootstrap(u_int cpu_impl);
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | identcpu.c | 63 u_int cpu_impl; member 202 cpu_desc[cpu].cpu_impl = impl_id; in identify_cpu()
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | cpuinfo.h | 57 u_int8_t cpu_impl; member
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | cpu.c | 164 cpuinfo->cpu_impl = MIPS_PRID_IMPL(prid); in mips_get_identity() 397 printf(" processor v%d.%d\n", cpuinfo.cpu_rev, cpuinfo.cpu_impl); in cpu_identify()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | identcpu.c | 73 u_int cpu_impl; member 1286 cpu_desc[cpu].cpu_impl = impl_id; in identify_cpu()
|