Searched refs:steppings (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 83 .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 D | match.c | 48 if (m->steppings != X86_STEPPING_ANY && in x86_match_cpu() 49 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
|
H A D | common.c | 1249 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \ argument 1251 INTEL_FAM6_##model, steppings, \
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 691 __u16 steppings; member
|