Lines Matching refs:hwp_req_cached
261 u64 hwp_req_cached; member
653 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_set_epp()
662 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_set_epp()
906 WRITE_ONCE(cpu_data->hwp_req_cached, value); in intel_pstate_hwp_set()
912 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_offline()
923 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_hwp_offline()
967 wrmsrl_on_cpu(cpu->cpu, MSR_HWP_REQUEST, READ_ONCE(cpu->hwp_req_cached)); in intel_pstate_hwp_reenable()
1763 u64 hwp_req = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_boost_up()
1816 wrmsrl(MSR_HWP_REQUEST, cpu->hwp_req_cached); in intel_pstate_hwp_boost_down()
2543 u64 prev = READ_ONCE(cpu->hwp_req_cached), value = prev; in intel_cpufreq_adjust_hwp()
2558 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_cpufreq_adjust_hwp()
2682 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_cpufreq_cpu_init()