Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h357 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h590 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c742 msr |= HWP_ACTIVITY_WINDOW(hwp_req->hwp_window); in write_hwp_request()