HomeSort by: relevance | last modified time | path
    Searched refs:ci_family (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/cpuctl/arch/
cpuctl_i386.h 14 uint32_t ci_family; /* from ci_signature */ member in struct:cpu_info
i386.c 814 switch (ci->ci_family) {
882 snprintf(family_str, sizeof family_str, "Family %xh", ci->ci_family);
1192 if (ci->ci_family == 5 && ci->ci_model == 0)
1206 if ((ci->ci_family == 5 && ci->ci_model >= 9) || ci->ci_family >= 6) {
1309 if (ci->ci_family >= 0x10) {
1591 ci->ci_family = CPUID_TO_FAMILY(ci->ci_signature);
1712 i = ci->ci_family - CPU_MINFAMILY;
2009 family = ci->ci_family;
2045 if (ci->ci_family == 6 && ci->ci_model >= 5)
    [all...]

Completed in 11 milliseconds