Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dcpu_device_id.h32 #define VFM_MAKE(_vendor, _family, _model) ( \ argument
33 ((_model) << VFM_MODEL_BIT) | \
77 #define X86_MATCH_CPU(_vendor, _family, _model, _steppings, _feature, _type, _data) { \ argument
80 .model = _model, \
A Dintel-family.h43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model) argument
/arch/arm64/include/asm/
A Dcputype.h293 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local
296 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()

Completed in 7 milliseconds