Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/arch/x86/include/asm/
Dcpu_device_id.h20 #define VFM_FAMILY_BIT 8 macro
24 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
25 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)
29 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)
34 ((_family) << VFM_FAMILY_BIT) | \
/linux-6.12.1/tools/power/x86/turbostat/
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) | \