Searched refs:steppings (Results 1 – 4 of 4) sorted by relevance
43 m->vendor | m->family | m->model | m->steppings | m->feature; in x86_match_cpu()51 if (m->steppings != X86_STEPPING_ANY && in x86_match_cpu()52 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
1245 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \ argument1247 INTEL_FAM6_##model, steppings, \
47 .steppings = _steppings, \163 #define X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(model, steppings, data) \ argument165 steppings, X86_FEATURE_ANY, data)
677 __u16 steppings; member
Completed in 11 milliseconds