Lines Matching refs:perf
216 dst_perf = &op.u.set_pminfo.perf; in push_pxx_to_hypervisor()
244 struct acpi_processor_performance *perf; in push_pxx_to_hypervisor() local
247 perf = _pr->performance; in push_pxx_to_hypervisor()
249 for (i = 0; i < perf->state_count; i++) { in push_pxx_to_hypervisor()
251 (i == perf->state ? '*' : ' '), i, in push_pxx_to_hypervisor()
252 (u32) perf->states[i].core_frequency, in push_pxx_to_hypervisor()
253 (u32) perf->states[i].power, in push_pxx_to_hypervisor()
254 (u32) perf->states[i].transition_latency); in push_pxx_to_hypervisor()
552 struct acpi_processor_performance *perf; in xen_acpi_processor_init() local
555 perf = per_cpu_ptr(acpi_perf_data, i); in xen_acpi_processor_init()
559 pr->performance = perf; in xen_acpi_processor_init()