steppings          37 arch/x86/include/asm/cpu_device_id.h 	.steppings	= _steppings,					\
steppings        1096 arch/x86/kernel/cpu/common.c #define VULNBL_INTEL_STEPPINGS(model, steppings, issues)		   \
steppings        1098 arch/x86/kernel/cpu/common.c 					    INTEL_FAM6_##model, steppings, \
steppings          38 arch/x86/kernel/cpu/match.c 	     m->vendor | m->family | m->model | m->steppings | m->feature;
steppings          46 arch/x86/kernel/cpu/match.c 		if (m->steppings != X86_STEPPING_ANY &&
steppings          47 arch/x86/kernel/cpu/match.c 		    !(BIT(c->x86_stepping) & m->steppings))
steppings         672 include/linux/mod_devicetable.h 	__u16 steppings;