Searched refs:cpu_impl (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/sys/sparc64/include/
H A Dtick.h34 void tick_clear(u_int cpu_impl);
35 void tick_stop(u_int cpu_impl);
H A Dcpu.h55 void cheetah_init(u_int cpu_impl);
60 void zeus_init(u_int cpu_impl);
H A Dmd_var.h50 const char *cpu_cpuid_prop(u_int cpu_impl);
51 uint32_t cpu_get_mid(u_int cpu_impl);
H A Dcache.h96 typedef void cache_enable_t(u_int cpu_impl);
H A Dpmap.h85 void pmap_bootstrap(u_int cpu_impl);
/freebsd-10.2-release/sys/mips/include/
H A Dcpuinfo.h55 u_int8_t cpu_impl; member in struct:mips_cpuinfo
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmachdep.c150 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) argument
257 child = find_bsp(child, bspid, cpu_impl);
266 if (OF_getprop(node, cpu_cpuid_prop(cpu_impl), &cpuid,
277 cpu_cpuid_prop(u_int cpu_impl) argument
280 switch (cpu_impl) {
302 cpu_get_mid(u_int cpu_impl) argument
305 switch (cpu_impl) {
337 u_int cpu_impl; local
346 cpu_impl
[all...]
H A Dcheetah.c61 cheetah_init(u_int cpu_impl) argument
101 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp)
117 if (cpu_impl == CPU_IMPL_ULTRASPARCIVp) {
139 cheetah_cache_enable(u_int cpu_impl) argument
144 if (cpu_impl == CPU_IMPL_ULTRASPARCIII) {
H A Dmp_machdep.c126 static void ap_count(phandle_t node, u_int mid, u_int cpu_impl);
127 static void ap_start(phandle_t node, u_int mid, u_int cpu_impl);
130 u_int mid, u_int cpu_impl));
166 u_int cpu_impl))
171 uint32_t cpu_impl; local
187 if (OF_getprop(node, "implementation#", &cpu_impl,
188 sizeof(cpu_impl)) <= 0)
191 if (OF_getprop(node, cpu_cpuid_prop(cpu_impl), &cpuid,
197 (*func)(node, cpuid, cpu_impl);
217 ap_count(phandle_t node __unused, u_int mid __unused, u_int cpu_impl __unuse
165 foreach_ap(phandle_t node, void (*func)(phandle_t node, u_int mid, u_int cpu_impl)) argument
264 u_int cpu_impl, isjbus; local
300 ap_start(phandle_t node, u_int mid, u_int cpu_impl) argument
[all...]
H A Dcache.c95 static u_int cache_new_prop(u_int cpu_impl);
98 cache_new_prop(u_int cpu_impl) argument
101 switch (cpu_impl) {
H A Dtick.c395 tick_clear(u_int cpu_impl) argument
398 if (cpu_impl == CPU_IMPL_SPARC64V ||
399 cpu_impl >= CPU_IMPL_ULTRASPARCIII)
405 tick_stop(u_int cpu_impl) argument
408 if (cpu_impl == CPU_IMPL_SPARC64V ||
409 cpu_impl >= CPU_IMPL_ULTRASPARCIII)
H A Dzeus.c50 zeus_init(u_int cpu_impl) argument
85 zeus_cache_enable(u_int cpu_impl) argument
H A Dspitfire.c59 spitfire_cache_enable(u_int cpu_impl __unused)
H A Dpmap.c303 pmap_bootstrap(u_int cpu_impl) argument
384 if (cpu_impl == CPU_IMPL_SPARC64V ||
385 cpu_impl >= CPU_IMPL_ULTRASPARCIIIp) {
392 data = dtlb_get_data(cpu_impl ==
401 if (cpu_impl >= CPU_IMPL_ULTRASPARCI &&
402 cpu_impl < CPU_IMPL_ULTRASPARCIII)
638 (cpu_impl >= CPU_IMPL_ULTRASPARCI &&
639 cpu_impl < CPU_IMPL_ULTRASPARCIII ?
/freebsd-10.2-release/sys/boot/sparc64/loader/
H A Dmain.c134 static int cpu_impl; variable
423 if (cpu_impl == CPU_IMPL_SPARC64V ||
424 cpu_impl >= CPU_IMPL_ULTRASPARCIII)
448 if (cpu_impl == CPU_IMPL_SPARC64V ||
449 cpu_impl >= CPU_IMPL_ULTRASPARCIII)
469 if (cpu_impl == CPU_IMPL_ULTRASPARCIIIp && index == 0 &&
483 if (cpu_impl != CPU_IMPL_ULTRASPARCIIIp)
629 switch (cpu_impl) {
654 switch (cpu_impl) {
682 cpu_impl
[all...]
/freebsd-10.2-release/sys/mips/mips/
H A Dcpu.c87 cpuinfo->cpu_impl = MIPS_PRID_IMPL(prid);
251 printf(" processor v%d.%d\n", cpuinfo.cpu_rev, cpuinfo.cpu_impl);

Completed in 78 milliseconds