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

/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_core.c49 #define CORE_CPUID_EAX 0x0 macro
2611 ipa_version = cpuid[CORE_CPUID_EAX] & 0xFF;
2633 core_iap_npmc = (cpuid[CORE_CPUID_EAX] >> 8) & 0xFF;
2634 core_iap_width = (cpuid[CORE_CPUID_EAX] >> 16) & 0xFF;
2638 nflags = (cpuid[CORE_CPUID_EAX] >> 24) & 0xFF;

Completed in 57 milliseconds