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
224 /* Process complete chunks of HFI_THERMNL_CAPS_PER_EVENT capabilities. */ in update_capabilities()
234 /* Process the remaining capabilities if any. */ in update_capabilities()
341 * The format of the HFI table depends on the number of capabilities that the
545 * supported capabilities and the size of the HFI table. in hfi_parse_features()
549 if (!edx.split.capabilities.split.performance) { in hfi_parse_features()
555 * The number of supported capabilities determines the number of in hfi_parse_features()
558 edx.split.capabilities.split.__reserved = 0; in hfi_parse_features()
559 nr_capabilities = hweight8(edx.split.capabilities.bits); in hfi_parse_features()