Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h287 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h570 #define HWP_PACKAGE_CONTROL(x) ((unsigned long long)(x & 0x1) << 42) macro
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c744 msr |= HWP_PACKAGE_CONTROL(hwp_req->hwp_use_pkg); in write_hwp_request()