Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpeci-cpu.h14 #define VFM_FAMILY_BIT 8 macro
18 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
19 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)
23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)
28 ((_family) << VFM_FAMILY_BIT) | \
/linux/tools/power/x86/turbostat/
H A Dturbostat.c15 #define VFM_FAMILY_BIT 8 macro
19 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
20 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)
24 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)
29 ((_family) << VFM_FAMILY_BIT) | \