Home
last modified time | relevance | path

Searched refs:HWP_PACKAGE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h480 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h480 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/linux-6.1.9/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c841 msr |= HWP_PACKAGE_CONTROL(hwp_req->hwp_use_pkg); in write_hwp_request()