Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/
H A Dmatch.c76 if (m->steppings != X86_STEPPING_ANY && in x86_match_cpu()
77 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
/linux-6.15/arch/x86/include/asm/
H A Dcpu_device_id.h81 .steppings = _steppings, \
/linux-6.15/include/linux/
H A Dmod_devicetable.h691 __u16 steppings; member