Lines Matching full:model
43 /* Get the INTEL_FAM* model defines */
61 * @_model: The model number, model constant or X86_MODEL_ANY
77 .model = _model, \
124 * X86_MATCH_VENDOR_FAM_MODEL - Match vendor, family and model
128 * @model: The model number, model constant or X86_MODEL_ANY
133 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument
134 X86_MATCH_CPU(X86_VENDOR_##vendor, family, model, X86_STEPPING_ANY, \
151 * X86_MATCH_VFM - Match encoded vendor/family/model
152 * @vfm: Encoded 8-bits each for vendor, family, model
163 * X86_MATCH_VFM_STEPS - Match encoded vendor/family/model and steppings
165 * @vfm: Encoded 8-bits each for vendor, family, model
178 * X86_MATCH_VFM_FEATURE - Match encoded vendor/family/model/feature
179 * @vfm: Encoded 8-bits each for vendor, family, model
190 * X86_MATCH_VFM_CPU_TYPE - Match encoded vendor/family/model/type
191 * @vfm: Encoded 8-bits each for vendor, family, model