Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpeci-cpu.h13 #define VFM_MODEL_BIT 0 macro
18 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
22 #define VFM_MODEL(vfm) (((vfm) & VFM_MODEL_MASK) >> VFM_MODEL_BIT)
27 ((_model) << VFM_MODEL_BIT) | \
/linux-6.12.1/arch/x86/include/asm/
Dcpu_device_id.h19 #define VFM_MODEL_BIT 0 macro
24 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
28 #define VFM_MODEL(vfm) (((vfm) & VFM_MODEL_MASK) >> VFM_MODEL_BIT)
33 ((_model) << VFM_MODEL_BIT) | \
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c14 #define VFM_MODEL_BIT 0 macro
19 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
23 #define VFM_MODEL(vfm) (((vfm) & VFM_MODEL_MASK) >> VFM_MODEL_BIT)
28 ((_model) << VFM_MODEL_BIT) | \