Lines Matching defs:hwp_req_cached
223 * @hwp_req_cached: Cached value of the last HWP Request MSR
261 u64 hwp_req_cached;
639 u64 value = READ_ONCE(cpu->hwp_req_cached);
644 * The only other updater of hwp_req_cached in the active mode,
648 WRITE_ONCE(cpu->hwp_req_cached, value);
894 WRITE_ONCE(cpu_data->hwp_req_cached, value);
900 u64 value = READ_ONCE(cpu->hwp_req_cached);
911 WRITE_ONCE(cpu->hwp_req_cached, value);
955 wrmsrl_on_cpu(cpu->cpu, MSR_HWP_REQUEST, READ_ONCE(cpu->hwp_req_cached));
1751 u64 hwp_req = READ_ONCE(cpu->hwp_req_cached);
1804 wrmsrl(MSR_HWP_REQUEST, cpu->hwp_req_cached);
2531 u64 prev = READ_ONCE(cpu->hwp_req_cached), value = prev;
2546 WRITE_ONCE(cpu->hwp_req_cached, value);
2670 WRITE_ONCE(cpu->hwp_req_cached, value);