Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h286 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h569 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c743 msr |= HWP_ACTIVITY_WINDOW(hwp_req->hwp_window); in write_hwp_request()