Lines Matching full:capabilities
13 * model, hardware may periodically update these capabilities as a result of
70 union hfi_capabilities capabilities; member
79 * struct hfi_cpu_data - HFI capabilities per CPU
83 * Capabilities of a logical processor in the HFI table. These capabilities are
93 * @perf_updated: Hardware updated performance capabilities
94 * @ee_updated: Hardware updated energy efficiency capabilities
223 /* Process complete chunks of HFI_MAX_THERM_NOTIFY_COUNT capabilities. */ in update_capabilities()
233 /* Process the remaining capabilities if any. */ in update_capabilities()
340 * The format of the HFI table depends on the number of capabilities that the
541 * supported capabilities and the size of the HFI table. in hfi_parse_features()
545 if (!edx.split.capabilities.split.performance) { in hfi_parse_features()
551 * The number of supported capabilities determines the number of in hfi_parse_features()
554 edx.split.capabilities.split.__reserved = 0; in hfi_parse_features()
555 nr_capabilities = hweight8(edx.split.capabilities.bits); in hfi_parse_features()