Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dcpu_device_id.h83 .steppings = _steppings, \
94 .steppings = _steppings, \
221 #define X86_MATCH_VFM_STEPPINGS(vfm, steppings, data) \ argument
226 steppings, X86_FEATURE_ANY, data)
/linux/arch/x86/kernel/cpu/
A Dmatch.c48 if (m->steppings != X86_STEPPING_ANY && in x86_match_cpu()
49 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
A Dcommon.c1207 #define VULNBL_INTEL_STEPPINGS(vfm, steppings, issues) \ argument
1208 X86_MATCH_VFM_STEPPINGS(vfm, steppings, issues)
/linux/include/linux/
A Dmod_devicetable.h691 __u16 steppings; member

Completed in 14 milliseconds