Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h83 .steppings = _steppings, \
94 .steppings = _steppings, \
211 #define X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(model, steppings, data) \ argument
213 steppings, X86_FEATURE_ANY, data)
241 #define X86_MATCH_VFM_STEPPINGS(vfm, steppings, data) \ argument
246 steppings, X86_FEATURE_ANY, data)
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmatch.c48 if (m->steppings != X86_STEPPING_ANY && in x86_match_cpu()
49 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
H A Dcommon.c1249 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \ argument
1251 INTEL_FAM6_##model, steppings, \
/openbmc/linux/include/linux/
H A Dmod_devicetable.h691 __u16 steppings; member