Lines Matching refs:selector

60     if (cpu_st->selector >= cpu_st->dev_count) {  in cpu_hotplug_rd()
64 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_rd()
71 trace_cpuhp_acpi_read_flags(cpu_st->selector, val); in cpu_hotplug_rd()
76 val = cpu_st->selector; in cpu_hotplug_rd()
84 trace_cpuhp_acpi_read_cmd_data(cpu_st->selector, val); in cpu_hotplug_rd()
97 trace_cpuhp_acpi_read_cmd_data2(cpu_st->selector, val); in cpu_hotplug_rd()
115 if (cpu_st->selector >= cpu_st->dev_count) { in cpu_hotplug_wr()
116 trace_cpuhp_acpi_invalid_idx_selected(cpu_st->selector); in cpu_hotplug_wr()
123 cpu_st->selector = data; in cpu_hotplug_wr()
124 trace_cpuhp_acpi_write_idx(cpu_st->selector); in cpu_hotplug_wr()
127 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
130 trace_cpuhp_acpi_clear_inserting_evt(cpu_st->selector); in cpu_hotplug_wr()
133 trace_cpuhp_acpi_clear_remove_evt(cpu_st->selector); in cpu_hotplug_wr()
139 trace_cpuhp_acpi_ejecting_invalid_cpu(cpu_st->selector); in cpu_hotplug_wr()
143 trace_cpuhp_acpi_ejecting_cpu(cpu_st->selector); in cpu_hotplug_wr()
151 trace_cpuhp_acpi_fw_remove_invalid_cpu(cpu_st->selector); in cpu_hotplug_wr()
154 trace_cpuhp_acpi_fw_remove_cpu(cpu_st->selector); in cpu_hotplug_wr()
159 trace_cpuhp_acpi_write_cmd(cpu_st->selector, data); in cpu_hotplug_wr()
163 uint32_t iter = cpu_st->selector; in cpu_hotplug_wr()
169 cpu_st->selector = iter; in cpu_hotplug_wr()
170 trace_cpuhp_acpi_cpu_has_events(cpu_st->selector, in cpu_hotplug_wr()
175 } while (iter != cpu_st->selector); in cpu_hotplug_wr()
182 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
184 trace_cpuhp_acpi_write_ost_ev(cpu_st->selector, cdev->ost_event); in cpu_hotplug_wr()
188 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
190 info = acpi_cpu_device_status(cpu_st->selector, cdev); in cpu_hotplug_wr()
193 trace_cpuhp_acpi_write_ost_status(cpu_st->selector, in cpu_hotplug_wr()
314 VMSTATE_UINT32(selector, CPUHotplugState),