Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.h80 #define AMD_PMC_COUNTERMASK 0xFF000000 macro
81 #define AMD_PMC_TO_COUNTER(x) (((x) << 24) & AMD_PMC_COUNTERMASK)
107 #define AMD_VALID_BITS (AMD_PMC_COUNTERMASK | AMD_PMC_INVERT | \
H A Dhwpmc_amd.c423 config |= a->pm_md.pm_amd.pm_amd_config & AMD_PMC_COUNTERMASK; in amd_allocate_pmc()