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

/netbsd-current/sys/arch/x86/include/
H A Dcputypes.h77 #define CPU_MINFAMILY 4 /* Lowest that cpuid can return (486) */ macro
/netbsd-current/usr.sbin/cpuctl/arch/
H A Di386.c113 } cpu_family[CPU_MAXFAMILY - CPU_MINFAMILY + 1];
1701 i = ci->ci_family - CPU_MINFAMILY;
1999 if (family < CPU_MINFAMILY)
2026 cpufam = &cpup->cpu_family[family - CPU_MINFAMILY];

Completed in 118 milliseconds