Lines Matching full:model
46 /* Get the INTEL_FAM* model defines */
64 * @_model: The model number, model constant or X86_MODEL_ANY
81 .model = _model, \
92 .model = _model, \
104 * @_model: The model number, model constant or X86_MODEL_ANY
113 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument
114 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \
163 * X86_MATCH_VENDOR_FAM_MODEL - Match vendor, family and model
167 * @model: The model number, model constant or X86_MODEL_ANY
175 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument
176 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, \
195 * X86_MATCH_VFM - Match encoded vendor/family/model
196 * @vfm: Encoded 8-bits each for vendor, family, model
212 * X86_MATCH_VFM_STEPPINGS - Match encoded vendor/family/model/stepping
213 * @vfm: Encoded 8-bits each for vendor, family, model
230 * X86_MATCH_VFM_FEATURE - Match encoded vendor/family/model/feature
231 * @vfm: Encoded 8-bits each for vendor, family, model