Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c68 u64 aperf; member
617 core_pct = int_tofp(sample->aperf) * int_tofp(100); in intel_pstate_calc_busy()
630 u64 aperf, mperf; in intel_pstate_sample() local
634 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
640 cpu->sample.aperf = aperf; in intel_pstate_sample()
642 cpu->sample.aperf -= cpu->prev_aperf; in intel_pstate_sample()
647 cpu->prev_aperf = aperf; in intel_pstate_sample()
712 sample->aperf, in intel_pstate_timer_func()
876 u64 aperf, mperf, tmp; in intel_pstate_msrs_not_valid() local
878 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_msrs_not_valid()
[all …]