Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmca.c729 count = (misc & MC_MISC_AMD_CNT_MASK) >> MC_MISC_AMD_CNT_SHIFT; in amd_thresholding_update()
736 misc &= ~MC_MISC_AMD_CNT_MASK; in amd_thresholding_update()
1165 misc &= ~MC_MISC_AMD_CNT_MASK; in amd_thresholding_start()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h991 #define MC_MISC_AMD_CNT_MASK 0x00000fff00000000 /* Counter value */ macro