Lines Matching full:capabilities
13 * model, hardware may periodically update these capabilities as a result of
67 union hfi_capabilities capabilities; member
76 * struct hfi_cpu_data - HFI capabilities per CPU
80 * Capabilities of a logical processor in the HFI table. These capabilities are
90 * @perf_updated: Hardware updated performance capabilities
91 * @ee_updated: Hardware updated energy efficiency capabilities
220 /* Process complete chunks of HFI_MAX_THERM_NOTIFY_COUNT capabilities. */ in update_capabilities()
230 /* Process the remaining capabilities if any. */ in update_capabilities()
337 * The format of the HFI table depends on the number of capabilities that the
500 * supported capabilities and the size of the HFI table. in hfi_parse_features()
504 if (!edx.split.capabilities.split.performance) { in hfi_parse_features()
510 * The number of supported capabilities determines the number of in hfi_parse_features()
513 edx.split.capabilities.split.__reserved = 0; in hfi_parse_features()
514 nr_capabilities = hweight8(edx.split.capabilities.bits); in hfi_parse_features()