Home
last modified time | relevance | path

Searched refs:cpu_impl (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/sparc64/sparc64/
H A Dmp_machdep.c134 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 Dmachdep.c279 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 Dtick.c397 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 Dcheetah.c63 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 Dcache.c97 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 Dzeus.c52 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 Dpmap.c297 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 Dspitfire.c61 spitfire_cache_enable(u_int cpu_impl __unused) in spitfire_cache_enable()
/freebsd-12.1/stand/sparc64/loader/
H A Dmain.c131 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 Dtick.h36 void tick_clear(u_int cpu_impl);
37 void tick_stop(u_int cpu_impl);
H A Dcpu.h58 void cheetah_init(u_int cpu_impl);
63 void zeus_init(u_int cpu_impl);
H A Dmd_var.h52 uint32_t cpu_get_mid(u_int cpu_impl);
54 const char *cpu_portid_prop(u_int cpu_impl);
H A Dcache.h98 typedef void cache_enable_t(u_int cpu_impl);
H A Dpmap.h87 void pmap_bootstrap(u_int cpu_impl);
/freebsd-12.1/sys/riscv/riscv/
H A Didentcpu.c63 u_int cpu_impl; member
202 cpu_desc[cpu].cpu_impl = impl_id; in identify_cpu()
/freebsd-12.1/sys/mips/include/
H A Dcpuinfo.h57 u_int8_t cpu_impl; member
/freebsd-12.1/sys/mips/mips/
H A Dcpu.c164 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 Didentcpu.c73 u_int cpu_impl; member
1286 cpu_desc[cpu].cpu_impl = impl_id; in identify_cpu()