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

12

/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_intel.c80 enum pmc_cputype cputype; local
88 cputype = -1;
98 cputype = PMC_CPU_INTEL_P5;
105 cputype = PMC_CPU_INTEL_P6;
108 cputype = PMC_CPU_INTEL_PII;
111 cputype = PMC_CPU_INTEL_CL;
114 cputype = PMC_CPU_INTEL_PIII;
117 cputype = PMC_CPU_INTEL_PM;
121 cputype = PMC_CPU_INTEL_CORE;
126 cputype
[all...]
H A Dhwpmc_amd.c881 enum pmc_cputype cputype; local
899 cputype = PMC_CPU_AMD_K7;
906 cputype = PMC_CPU_AMD_K8;
933 pmc_mdep->pmd_cputype = cputype;
/freebsd-10-stable/sys/arm/arm/
H A Dcpufunc.c829 u_int cputype; variable
971 cputype = cpufunc_id();
972 cputype &= CPU_ID_CPU_MASK;
980 if (((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD ||
981 (cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_TI) &&
982 (cputype & 0x0000f000) == 0x00009000) {
1000 if (cputype == CPU_ID_MV88FR131 || cputype == CPU_ID_MV88FR571_VD ||
1001 cputype == CPU_ID_MV88FR571_41) {
1014 if (cputype
[all...]
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixp425var.h49 /* NB: cputype is setup by set_cpufuncs */
50 #define cpu_is_ixp42x() (cputype == CPU_ID_IXP425)
51 #define cpu_is_ixp43x() (cputype == CPU_ID_IXP435)
52 #define cpu_is_ixp46x() (cputype == CPU_ID_IXP465)
/freebsd-10-stable/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.c189 SLIST_INIT(&cputype);
212 if (SLIST_EMPTY(&cputype)) {
426 struct cputype *cput;
437 SLIST_FOREACH(cput, &cputype, cpu_next)
/freebsd-10-stable/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c108 uint32_t reg, *src, *dst, cpu_num, div_val, cputype; local
114 cputype = cpufunc_id();
115 cputype &= CPU_ID_CPU_MASK;
129 if (cputype == CPU_ID_MV88SV584X_V7) {
H A Darmadaxp.c136 uint32_t cputype; local
138 cputype = cpufunc_id();
139 cputype &= CPU_ID_CPU_MASK;
141 if (cputype == CPU_ID_MV88SV584X_V7)
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DMachOUniversal.h53 uint32_t getCPUType() const { return Header.cputype; }
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp324 uint32_t cputype, cpusubtype; local
326 size_t len = sizeof(cputype);
330 if (::sysctlbyname("hw.cputype", &cputype, &len, NULL, 0) == 0)
349 if (cputype & CPU_ARCH_ABI64)
352 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
353 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
358 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
359 cputype |= CPU_ARCH_ABI64;
360 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtyp
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c198 char cputype[32]; member in struct:cpu_type
1535 strcpy(the_cpu.cputype, "SandyBridge PMC");
1544 strcpy(the_cpu.cputype, "IvyBridge PMC");
1554 strcpy(the_cpu.cputype, "HASWELL PMC");
1575 the_cpu.cputype, name);
2068 printf("For CPU's of type %s the following expressions are available:\n",the_cpu.cputype);
/freebsd-10-stable/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-10-stable/sys/mips/mips/
H A Dmachdep.c156 int cputype; variable
/freebsd-10-stable/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp361 outs() << "('cputype', " << Header.cputype << ")\n";
/freebsd-10-stable/sys/arm/include/
H A Dcpufunc.h176 extern u_int cputype;
/freebsd-10-stable/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-10-stable/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"

Completed in 312 milliseconds

12