Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/hwpmc/
HDhwpmc_intel.c93 stepping = CPUID_TO_STEPPING(cpu_id); in pmc_intel_initialize()
HDhwpmc_amd.c807 stepping = CPUID_TO_STEPPING(cpu_id); in pmc_amd_initialize()
/freebsd-head/sys/dev/coretemp/
HDcoretemp.c166 cpu_stepping = CPUID_TO_STEPPING(cpu_id); in coretemp_attach()
/freebsd-head/sys/x86/include/
HDspecialreg.h304 #define CPUID_TO_STEPPING(id) ((id) & CPUID_STEPPING) macro