Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpeci-cpu.h19 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT) macro
23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)
/linux/arch/x86/include/asm/
A Dcpu_device_id.h25 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT) macro
29 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)
/linux/tools/power/x86/turbostat/
A Dturbostat.c20 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT) macro
24 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)

Completed in 24 milliseconds