Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/
Dmatch.c43 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()
Dcommon.c1248 #define VULNBL_INTEL_STEPPINGS(model, steppings, issues) \ argument
1250 INTEL_FAM6_##model, steppings, \
/linux-6.6.21/arch/x86/include/asm/
Dcpu_device_id.h47 .steppings = _steppings, \
163 #define X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS(model, steppings, data) \ argument
165 steppings, X86_FEATURE_ANY, data)
/linux-6.6.21/include/linux/
Dmod_devicetable.h691 __u16 steppings; member