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

12

/freebsd-10.0-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-10.0-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.c179 SLIST_INIT(&cputype);
202 if (SLIST_EMPTY(&cputype)) {
411 struct cputype *cput;
422 SLIST_FOREACH(cput, &cputype, cpu_next)
/freebsd-10.0-release/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.0-release/sys/arm/arm/
H A Dcpufunc.c1171 u_int cputype; variable
1356 cputype = cpufunc_id();
1357 cputype &= CPU_ID_CPU_MASK;
1365 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1366 CPU_ID_IS7(cputype) &&
1367 (cputype & CPU_ID_7ARCH_MASK) == CPU_ID_7ARCH_V4T) {
1376 if ((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1377 (cputype & 0x0000f000) == 0x00008000) {
1386 if (((cputype & CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD ||
1387 (cputype
[all...]
/freebsd-10.0-release/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c107 uint32_t reg, *src, *dst, cpu_num, div_val, cputype; local
113 cputype = cpufunc_id();
114 cputype &= CPU_ID_CPU_MASK;
126 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.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp305 uint32_t cputype, cpusubtype; local
307 size_t len = sizeof(cputype);
311 if (::sysctlbyname("hw.cputype", &cputype, &len, NULL, 0) == 0)
330 if (cputype & CPU_ARCH_ABI64)
333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
340 cputype |= CPU_ARCH_ABI64;
341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtyp
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMachO.h288 uint32_t cputype; member in struct:llvm::MachO::mach_header
298 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
632 uint32_t cputype; member in struct:llvm::MachO::fat_arch
684 // Constants for the cputype field.
/freebsd-10.0-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-10.0-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-10.0-release/sys/mips/mips/
H A Dmachdep.c156 int cputype; variable
/freebsd-10.0-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-10.0-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-10.0-release/sys/arm/include/
H A Dcpufunc.h168 extern u_int cputype;
/freebsd-10.0-release/contrib/atf/admin/
H A Dconfig.guess1270 # "uname -m" is not consistent, so use $cputype instead. 386
1273 if test "$cputype" = "386"; then
1276 UNAME_MACHINE="$cputype"
/freebsd-10.0-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-10.0-release/contrib/byacc/
H A Dconfig.guess1279 # "uname -m" is not consistent, so use $cputype instead. 386
1282 if test "$cputype" = "386"; then
1285 UNAME_MACHINE="$cputype"
/freebsd-10.0-release/contrib/dialog/
H A Dconfig.guess1306 # "uname -m" is not consistent, so use $cputype instead. 386
1309 if test "$cputype" = "386"; then
1312 UNAME_MACHINE="$cputype"
/freebsd-10.0-release/contrib/ldns/
H A Dconfig.guess1275 # "uname -m" is not consistent, so use $cputype instead. 386
1278 if test "$cputype" = "386"; then
1281 UNAME_MACHINE="$cputype"

Completed in 250 milliseconds

12