Home | History | Annotate | Download | only in libpcap

Lines Matching refs:cpu

248 	# covers most systems running today.  This code pipes the CPU
249 # types through head -n 1, so we only detect the type of CPU 0.
505 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
608 long cpu = sysconf (_SC_CPU_VERSION);
610 switch (cpu)
658 long cpu = sysconf (_SC_CPU_VERSION);
662 if (CPU_IS_PA_RISC (cpu))
664 switch (cpu)
672 else if (CPU_IS_HP_MC68K (cpu))
838 #undef CPU
842 CPU=mipsel
845 CPU=mips
847 CPU=
851 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
852 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
857 #undef CPU
861 CPU=mips64el
864 CPU=mips64
866 CPU=
870 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
871 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
880 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
894 # Look for CPU level
895 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in