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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.h82 #define AMD_PMC_COUNTERMASK 0xFF000000 macro
83 #define AMD_PMC_TO_COUNTER(x) (((x) << 24) & AMD_PMC_COUNTERMASK)
109 #define AMD_VALID_BITS (AMD_PMC_COUNTERMASK | AMD_PMC_INVERT | \
H A Dhwpmc_amd.c635 config |= a->pm_md.pm_amd.pm_amd_config & AMD_PMC_COUNTERMASK;

Completed in 118 milliseconds