Lines Matching full:model
46 /* Get the INTEL_FAM* model defines */
64 * @_model: The model number, model constant or X86_MODEL_ANY
80 .model = _model, \
127 * X86_MATCH_VENDOR_FAM_MODEL - Match vendor, family and model
131 * @model: The model number, model constant or X86_MODEL_ANY
136 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument
137 X86_MATCH_CPU(X86_VENDOR_##vendor, family, model, X86_STEPPING_ANY, \
154 * X86_MATCH_VFM - Match encoded vendor/family/model
155 * @vfm: Encoded 8-bits each for vendor, family, model
166 * X86_MATCH_VFM_STEPS - Match encoded vendor/family/model and steppings
168 * @vfm: Encoded 8-bits each for vendor, family, model
181 * X86_MATCH_VFM_FEATURE - Match encoded vendor/family/model/feature
182 * @vfm: Encoded 8-bits each for vendor, family, model
193 * X86_MATCH_VFM_CPU_TYPE - Match encoded vendor/family/model/type
194 * @vfm: Encoded 8-bits each for vendor, family, model