Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dcpufunc.c140 u_int cputype; variable
215 cputype = cp15_midr_get(); in set_cpufuncs()
216 cputype &= CPU_ID_CPU_MASK; in set_cpufuncs()
219 if (cputype == CPU_ID_ARM1176JZS) { in set_cpufuncs()
226 switch(cputype & CPU_ID_SCHEME_MASK) { in set_cpufuncs()
246 if (cputype == CPU_ID_MV88SV581X_V7 || in set_cpufuncs()
247 cputype == CPU_ID_MV88SV584X_V7 || in set_cpufuncs()
248 cputype == CPU_ID_ARM_88SV581X_V7) { in set_cpufuncs()
258 panic("No support for this CPU type (%08x) in kernel", cputype); in set_cpufuncs()
/f-stack/freebsd/arm/mv/armadaxp/
H A Darmadaxp_mp.c104 uint32_t reg, *src, *dst, cpu_num, div_val, cputype; in mv_axp_platform_mp_start_ap() local
110 cputype = cp15_midr_get(); in mv_axp_platform_mp_start_ap()
111 cputype &= CPU_ID_CPU_MASK; in mv_axp_platform_mp_start_ap()
125 if (cputype == CPU_ID_MV88SV584X_V7) { in mv_axp_platform_mp_start_ap()
H A Darmadaxp.c144 uint32_t cputype; in get_tclk_armadaxp() local
146 cputype = cp15_midr_get(); in get_tclk_armadaxp()
147 cputype &= CPU_ID_CPU_MASK; in get_tclk_armadaxp()
149 if (cputype == CPU_ID_MV88SV584X_V7) in get_tclk_armadaxp()
/f-stack/freebsd/arm/include/
H A Dcpufunc.h76 extern u_int cputype;
/f-stack/freebsd/mips/mips/
H A Dmachdep.c157 int cputype; variable
/f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/
H A Dconfig.guess1359 if test "$cputype" = 386; then
1362 UNAME_MACHINE="$cputype"