Home | History | Annotate | Download | only in dropbear

Lines Matching refs:CPU

231 	# covers most systems running today.  This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
603 long cpu = sysconf (_SC_CPU_VERSION);
605 switch (cpu)
663 long cpu = sysconf (_SC_CPU_VERSION);
667 if (CPU_IS_PA_RISC (cpu))
669 switch (cpu)
677 else if (CPU_IS_HP_MC68K (cpu))
859 #undef CPU
863 CPU=mipsel
866 CPU=mips
868 CPU=
873 /^CPU/{
877 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
882 #undef CPU
886 CPU=mips64el
889 CPU=mips64
891 CPU=
896 /^CPU/{
900 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
912 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
926 # Look for CPU level
927 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in