Lines Matching refs:get_val
277 * @get_val: Callback to convert P state to actual MSR write value
291 u64 (*get_val)(struct cpudata*, int pstate);
2027 pstate_funcs.get_val(cpu, pstate));
2303 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate));
2375 .get_val = core_get_val,
2383 .get_val = atom_get_val,
2393 .get_val = atom_get_val,
2405 .get_val = core_get_val,
2889 pstate_funcs.get_val(cpu, target_pstate));
2892 pstate_funcs.get_val(cpu, target_pstate));
3244 pstate_funcs.get_val = funcs->get_val;