Searched refs:cputype (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_intel.c80 enum pmc_cputype cputype; local
88 cputype = -1;
96 cputype = PMC_CPU_INTEL_P5;
103 cputype = PMC_CPU_INTEL_P6;
106 cputype = PMC_CPU_INTEL_PII;
109 cputype = PMC_CPU_INTEL_CL;
112 cputype = PMC_CPU_INTEL_PIII;
115 cputype = PMC_CPU_INTEL_PM;
119 cputype = PMC_CPU_INTEL_CORE;
122 cputype
[all...]
H A Dhwpmc_amd.c880 enum pmc_cputype cputype; local
898 cputype = PMC_CPU_AMD_K7;
905 cputype = PMC_CPU_AMD_K8;
932 pmc_mdep->pmd_cputype = cputype;
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425var.h50 /* NB: cputype is setup by set_cpufuncs */
51 #define cpu_is_ixp42x() (cputype == CPU_ID_IXP425)
52 #define cpu_is_ixp43x() (cputype == CPU_ID_IXP435)
53 #define cpu_is_ixp46x() (cputype == CPU_ID_IXP465)
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h108 struct cputype { struct
110 SLIST_ENTRY(cputype) cpu_next;
113 SLIST_HEAD(, cputype) cputype;
H A Dconfig.y163 struct cputype *cp =
164 (struct cputype *)calloc(1, sizeof (struct cputype));
168 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
171 struct cputype *cp, *cp2;
172 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
174 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
H A Dmkoptions.c66 struct cputype *cp;
71 SLIST_FOREACH(cp, &cputype, cpu_next) {
H A Dmain.c188 SLIST_INIT(&cputype);
211 if (SLIST_EMPTY(&cputype)) {
420 struct cputype *cput;
431 SLIST_FOREACH(cput, &cputype, cpu_next)
/freebsd-9.3-release/sys/arm/arm/
H A Dcpufunc.c853 u_int cputype; variable
1002 cputype = cpufunc_id();
1003 cputype &= CPU_ID_CPU_MASK;
1011 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1012 CPU_ID_IS7(cputype) &&
1013 (cputype & CPU_ID_7ARCH_MASK) == CPU_ID_7ARCH_V4T) {
1022 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1023 (cputype & 0x0000f000) == 0x00008000) {
1032 if (((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD ||
1033 (cputype
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DMachOUniversal.h53 uint32_t getCPUType() const { return Header.cputype; }
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOUniversal.cpp41 SwapValue(H.cputype);
82 Triple::getArchTypeName(MachOObjectFile::getArch(Header.cputype));
H A DMachOObjectFile.cpp114 SwapValue(H.cputype);
125 SwapValue(H.cputype);
293 return O->getHeader().cputype;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h434 uint32_t cputype; member in struct:llvm::MachO::mach_header
444 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
821 uint32_t cputype; member in struct:llvm::MachO::fat_arch
902 // Constants for the cputype field.
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c56 static u_int cputype; variable
57 #define cpu_is_ixp43x() (cputype == CPU_ID_IXP435)
77 cputype = cpu_id() & CPU_ID_CPU_MASK;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibcoff-in.h156 /* cputype from optional header. */
157 short cputype; member in struct:xcoff_tdata
H A Dcoffcode.h1831 xcoff->cputype = internal_a->o_cputype;
2054 int cputype;
2056 if (xcoff_data (abfd)->cputype != -1)
2057 cputype = xcoff_data (abfd)->cputype & 0xff;
2065 cputype = 0;
2081 cputype = sym.n_type & 0xff;
2083 cputype = 0;
2089 switch (cputype)
4067 if (xcoff_data (abfd)->cputype !
2053 int cputype; local
[all...]
H A Dlibcoff.h160 /* cputype from optional header. */
161 short cputype; member in struct:xcoff_tdata
/freebsd-9.3-release/sys/mips/mips/
H A Dmachdep.c156 int cputype; variable
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp361 outs() << "('cputype', " << Header.cputype << ")\n";
/freebsd-9.3-release/sys/arm/include/
H A Dcpufunc.h168 extern u_int cputype;
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.guess1316 # "uname -m" is not consistent, so use $cputype instead. 386
1319 if test "$cputype" = "386"; then
1322 UNAME_MACHINE="$cputype"
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.guess1180 # "uname -m" is not consistent, so use $cputype instead. 386
1183 if test "$cputype" = "386"; then
1186 UNAME_MACHINE="$cputype"
/freebsd-9.3-release/contrib/openpam/
H A Dconfig.guess1295 # "uname -m" is not consistent, so use $cputype instead. 386
1298 if test "$cputype" = "386"; then
1301 UNAME_MACHINE="$cputype"
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1265 # "uname -m" is not consistent, so use $cputype instead. 386
1268 if test "$cputype" = "386"; then
1271 UNAME_MACHINE="$cputype"
/freebsd-9.3-release/contrib/binutils/
H A Dconfig.guess1267 # "uname -m" is not consistent, so use $cputype instead. 386
1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/freebsd-9.3-release/contrib/dialog/
H A Dconfig.guess1259 # "uname -m" is not consistent, so use $cputype instead. 386
1262 if test "$cputype" = "386"; then
1265 UNAME_MACHINE="$cputype"

Completed in 252 milliseconds

12