Searched refs:has_hwp_request_pkg (Results 1 – 1 of 1) sorted by relevance
91 unsigned int has_hwp_request_pkg; /* IA32_HWP_REQUEST_PKG */ variable1714 has_hwp_request_pkg = eax & (1 << 11); in parse_cpuid()1716 if (!has_hwp_request_pkg && update_hwp_use_pkg) in parse_cpuid()1727 …has_hwp_activity_window ? "" : "No-", has_hwp_epp ? "" : "No-", has_hwp_request_pkg ? "" : "No-", … in parse_cpuid()1773 if (has_hwp_request_pkg) { in main()