Home
last modified time | relevance | path

Searched refs:cpu_stepping (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/coretemp/
H A Dcoretemp.c160 int cpu_model, cpu_stepping; in coretemp_attach() local
168 cpu_stepping = cpu_id & CPUID_STEPPING; in coretemp_attach()
191 if (cpu_model == 0xe && cpu_stepping < 0xc) { in coretemp_attach()
207 if ((cpu_model == 0xf && cpu_stepping >= 2) || cpu_model == 0xe) { in coretemp_attach()
219 switch (cpu_stepping) { in coretemp_attach()
227 switch (cpu_stepping) { in coretemp_attach()