Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpmc.h418 #define PMC_ID_TO_CLASS(ID) (((ID) & 0xF00) >> 8) macro
795 #define PMC_TO_CLASS(P) PMC_ID_TO_CLASS((P)->pm_id)