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

/linux-master/arch/x86/kernel/cpu/
H A Dmatch.c43 m->vendor | m->family | m->model | m->steppings | m->feature;
51 if (m->steppings != X86_STEPPING_ANY &&
52 !(BIT(c->x86_stepping) & m->steppings))
H A Dcommon.c1204 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \
1206 INTEL_FAM6_##model, steppings, \
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h30 * @_steppings: Bitmask for steppings, stepping constant or X86_STEPPING_ANY
47 .steppings = _steppings, \
63 * The steppings arguments of X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE() is
163 #define X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(model, steppings, data) \
165 steppings, X86_FEATURE_ANY, data)
/linux-master/include/linux/
H A Dmod_devicetable.h691 __u16 steppings; member in struct:x86_cpu_id

Completed in 119 milliseconds