Lines Matching refs:perf
224 dst_perf = &op.u.set_pminfo.perf; in push_pxx_to_hypervisor()
252 struct acpi_processor_performance *perf; in push_pxx_to_hypervisor() local
255 perf = _pr->performance; in push_pxx_to_hypervisor()
257 for (i = 0; i < perf->state_count; i++) { in push_pxx_to_hypervisor()
259 (i == perf->state ? '*' : ' '), i, in push_pxx_to_hypervisor()
260 (u32) perf->states[i].core_frequency, in push_pxx_to_hypervisor()
261 (u32) perf->states[i].power, in push_pxx_to_hypervisor()
262 (u32) perf->states[i].transition_latency); in push_pxx_to_hypervisor()
560 struct acpi_processor_performance *perf; in xen_acpi_processor_init() local
563 perf = per_cpu_ptr(acpi_perf_data, i); in xen_acpi_processor_init()
567 pr->performance = perf; in xen_acpi_processor_init()