Searched refs:cpu_family (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgo32-nat.c1001 unsigned cpu_family, cpu_model; local
1011 cpu_family = (cpuid_eax >> 8) & 0xf;
1020 else if (cpu_family == 5)
1029 else if (cpu_family == 6 && cpu_model < 8)
1053 switch (cpu_family)
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmachdep.c163 static char cpu_family[64]; variable
164 SYSCTL_STRING(_hw, OID_AUTO, family, CTLFLAG_RD, cpu_family, 0,
246 snprintf(cpu_family, sizeof(cpu_family), "%s", family_name);

Completed in 58 milliseconds