Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_amd.h52 #define AMD_PMC_COUNTERMASK 0xFF000000 macro
53 #define AMD_PMC_TO_COUNTER(x) (((x) << 24) & AMD_PMC_COUNTERMASK)
81 #define AMD_VALID_BITS (AMD_PMC_COUNTERMASK | AMD_PMC_INVERT | \
HDhwpmc_amd.c601 config |= a->pm_md.pm_amd.pm_amd_config & AMD_PMC_COUNTERMASK; in amd_allocate_pmc()