Lines Matching +full:fine +full:- +full:tuning
1 /* SPDX-License-Identifier: GPL-2.0 */
24 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
25 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)
26 #define VFM_VENDOR_MASK GENMASK(VFM_RSVD_BIT - 1, VFM_VENDOR_BIT)
47 #include <asm/intel-family.h>
61 * X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE - Base macro for CPU matching
101 * X86_MATCH_VENDOR_FAM_MODEL_FEATURE - Macro for CPU matching
119 * X86_MATCH_VENDOR_FAM_FEATURE - Macro for matching vendor, family and CPU feature
136 * X86_MATCH_VENDOR_FEATURE - Macro for matching vendor and CPU feature
151 * X86_MATCH_FEATURE - Macro for matching a CPU feature
164 * X86_MATCH_VENDOR_FAM_MODEL - Match vendor, family and model
181 * X86_MATCH_VENDOR_FAM - Match vendor and family
196 * X86_MATCH_VFM - Match encoded vendor/family/model
197 * @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
229 * X86_MATCH_VFM_FEATURE - Match encoded vendor/family/model/feature
230 * @vfm: Encoded 8-bits each for vendor, family, model
250 * Only checks against the boot CPU. When mixed-stepping configs are
252 * do the fine-tuning in the quirk handler.