Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A 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) | \