Searched defs:platform_features (Results 1 – 1 of 1) sorted by relevance
577 struct platform_features { struct578 bool has_msr_misc_feature_control; /* MSR_MISC_FEATURE_CONTROL */579 bool has_msr_misc_pwr_mgmt; /* MSR_MISC_PWR_MGMT */580 …IA32_TEMPERATURE_TARGET, MSR_SMI_COUNT, MSR_PKG_CST_CONFIG_CONTROL, MSR_IA32_POWER_CTL, TRL MSRs */581 …ol has_config_tdp; /* MSR_CONFIG_TDP_NOMINAL/LEVEL_1/LEVEL_2/CONTROL, MSR_TURBO_ACTIVATION_RATIO */582 int bclk_freq; /* CPU base clock */583 int crystal_freq; /* Crystal clock to use when not available from CPUID.15 */584 int supported_cstates; /* Core cstates and Package cstates supported */585 int cst_limit; /* MSR_PKG_CST_CONFIG_CONTROL */586 bool has_cst_auto_convension; /* AUTOMATIC_CSTATE_CONVERSION bit in MSR_PKG_CST_CONFIG_CONTROL */[all …]