Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.h81 #define AMD_PMC_TO_COUNTER(x) (((x) << 24) & AMD_PMC_COUNTERMASK) macro
/freebsd/lib/libpmc/
H A Dlibpmc.c639 AMD_PMC_TO_COUNTER(count); in k8_allocate_pmc()