Searched refs:VFM_FAMILY (Results 1 – 3 of 3) sorted by relevance
29 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT) macro207 VFM_FAMILY(vfm), \224 VFM_FAMILY(vfm), \241 VFM_FAMILY(vfm), \264 .x86_family = VFM_FAMILY(vfm), \
23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT) macro
24 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT) macro1060 if (VFM_FAMILY(turbostat_pdata[i].vfm) == family && VFM_MODEL(turbostat_pdata[i].vfm) == model) { in probe_platform_features()