Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h597 #define HWP_PACKAGE_CONTROL(x) ((u64)(x & 0x1) << 42) macro
/linux/arch/x86/include/asm/
H A Dmsr-index.h597 #define HWP_PACKAGE_CONTROL(x) ((u64)(x & 0x1) << 42) macro
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c852 msr |= HWP_PACKAGE_CONTROL(hwp_req->hwp_use_pkg); in write_hwp_request_msr()