Lines Matching full:capabilities
13 * model, hardware may periodically update these capabilities as a result of
68 union hfi_capabilities capabilities; member
77 * struct hfi_cpu_data - HFI capabilities per CPU
81 * Capabilities of a logical processor in the HFI table. These capabilities are
91 * @perf_updated: Hardware updated performance capabilities
92 * @ee_updated: Hardware updated energy efficiency capabilities
221 /* Process complete chunks of HFI_MAX_THERM_NOTIFY_COUNT capabilities. */ in update_capabilities()
231 /* Process the remaining capabilities if any. */ in update_capabilities()
328 * The format of the HFI table depends on the number of capabilities that the
491 * supported capabilities and the size of the HFI table. in hfi_parse_features()
495 if (!edx.split.capabilities.split.performance) { in hfi_parse_features()
501 * The number of supported capabilities determines the number of in hfi_parse_features()
504 edx.split.capabilities.split.__reserved = 0; in hfi_parse_features()
505 nr_capabilities = hweight8(edx.split.capabilities.bits); in hfi_parse_features()