Lines Matching refs:hwp_req_cached
257 u64 hwp_req_cached; member
732 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_set_epp()
741 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_set_epp()
1003 WRITE_ONCE(cpu_data->hwp_req_cached, value); in intel_pstate_hwp_set()
1011 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_offline()
1038 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_hwp_offline()
1081 wrmsrl_on_cpu(cpu->cpu, MSR_HWP_REQUEST, READ_ONCE(cpu->hwp_req_cached)); in intel_pstate_hwp_reenable()
2068 u64 hwp_req = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_boost_up()
2122 wrmsrl(MSR_HWP_REQUEST, cpu->hwp_req_cached); in intel_pstate_hwp_boost_down()
2839 u64 prev = READ_ONCE(cpu->hwp_req_cached), value = prev; in intel_cpufreq_hwp_update()
2853 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_cpufreq_hwp_update()
3024 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_cpufreq_cpu_init()
3082 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_cpufreq_suspend()
3091 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_cpufreq_suspend()