Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h358 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h591 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c743 msr |= HWP_PACKAGE_CONTROL(hwp_req->hwp_use_pkg); in write_hwp_request()