Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h497 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h497 #define HWP_ACTIVITY_WINDOW(x) ((unsigned long long)(x & 0xff3) << 32) macro
/linux-6.6.21/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c840 msr |= HWP_ACTIVITY_WINDOW(hwp_req->hwp_window); in write_hwp_request()