Lines Matching refs:get_val
281 * @get_val: Callback to convert P state to actual MSR write value
295 u64 (*get_val)(struct cpudata*, int pstate);
2310 pstate_funcs.get_val(cpu, pstate));
2581 wrmsrq(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate));
2651 .get_val = core_get_val,
2659 .get_val = atom_get_val,
2669 .get_val = atom_get_val,
2681 .get_val = core_get_val,
3174 pstate_funcs.get_val(cpu, target_pstate));
3177 pstate_funcs.get_val(cpu, target_pstate));
3532 pstate_funcs.get_val = funcs->get_val;