Searched refs:cputype (Results 1 – 6 of 6) sorted by relevance
140 u_int cputype; variable215 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()
104 uint32_t reg, *src, *dst, cpu_num, div_val, cputype; in mv_axp_platform_mp_start_ap() local110 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()
144 uint32_t cputype; in get_tclk_armadaxp() local146 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()
76 extern u_int cputype;
157 int cputype; variable
1359 if test "$cputype" = 386; then1362 UNAME_MACHINE="$cputype"