Lines Matching full:cx
60 struct acpi_processor_cx *cx; in push_cxx_to_hypervisor() local
70 cx = &_pr->power.states[i]; in push_cxx_to_hypervisor()
71 if (!cx->valid) in push_cxx_to_hypervisor()
77 if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) { in push_cxx_to_hypervisor()
83 if (cx->entry_method == ACPI_CSTATE_FFH) { in push_cxx_to_hypervisor()
90 dst_cx->reg.address = cx->address; in push_cxx_to_hypervisor()
92 dst_cx->type = cx->type; in push_cxx_to_hypervisor()
93 dst_cx->latency = cx->latency; in push_cxx_to_hypervisor()
118 cx = &_pr->power.states[i]; in push_cxx_to_hypervisor()
119 if (!cx->valid) in push_cxx_to_hypervisor()
122 cx->type, cx->desc, (u32)cx->latency); in push_cxx_to_hypervisor()
128 pr_err("(CX): Hypervisor error (%d) for ACPI CPU%u\n", in push_cxx_to_hypervisor()
595 MODULE_DESCRIPTION("Xen ACPI Processor P-states (and Cx) driver which uploads PM data to Xen hyperv…