Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c257 u64 hwp_req_cached; member
681 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_set_epp()
690 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_set_epp()
1273 WRITE_ONCE(cpu_data->hwp_req_cached, value); in intel_pstate_hwp_set()
1281 u64 value = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_offline()
1308 WRITE_ONCE(cpu->hwp_req_cached, value); in intel_pstate_hwp_offline()
1370 wrmsrq_on_cpu(cpu->cpu, MSR_HWP_REQUEST, READ_ONCE(cpu->hwp_req_cached)); in intel_pstate_hwp_reenable()
2340 u64 hwp_req = READ_ONCE(cpu->hwp_req_cached); in intel_pstate_hwp_boost_up()
2394 wrmsrq(MSR_HWP_REQUEST, cpu->hwp_req_cached); in intel_pstate_hwp_boost_down()
3145 u64 prev = READ_ONCE(cpu->hwp_req_cached), value = prev; in intel_cpufreq_hwp_update()
[all …]