Lines Matching refs:get_val
279 * @get_val: Callback to convert P state to actual MSR write value
292 u64 (*get_val)(struct cpudata*, int pstate);
1696 pstate_funcs.get_val(cpu, pstate));
1960 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate));
2032 .get_val = core_get_val,
2040 .get_val = atom_get_val,
2050 .get_val = atom_get_val,
2062 .get_val = core_get_val,
2558 pstate_funcs.get_val(cpu, target_pstate));
2561 pstate_funcs.get_val(cpu, target_pstate));
2852 pstate_funcs.get_val = funcs->get_val;