Lines Matching refs:selector
59 if (cpu_st->selector >= cpu_st->dev_count) { in cpu_hotplug_rd()
63 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_rd()
70 trace_cpuhp_acpi_read_flags(cpu_st->selector, val); in cpu_hotplug_rd()
75 val = cpu_st->selector; in cpu_hotplug_rd()
83 trace_cpuhp_acpi_read_cmd_data(cpu_st->selector, val); in cpu_hotplug_rd()
96 trace_cpuhp_acpi_read_cmd_data2(cpu_st->selector, val); in cpu_hotplug_rd()
114 if (cpu_st->selector >= cpu_st->dev_count) { in cpu_hotplug_wr()
115 trace_cpuhp_acpi_invalid_idx_selected(cpu_st->selector); in cpu_hotplug_wr()
122 cpu_st->selector = data; in cpu_hotplug_wr()
123 trace_cpuhp_acpi_write_idx(cpu_st->selector); in cpu_hotplug_wr()
126 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
129 trace_cpuhp_acpi_clear_inserting_evt(cpu_st->selector); in cpu_hotplug_wr()
132 trace_cpuhp_acpi_clear_remove_evt(cpu_st->selector); in cpu_hotplug_wr()
138 trace_cpuhp_acpi_ejecting_invalid_cpu(cpu_st->selector); in cpu_hotplug_wr()
142 trace_cpuhp_acpi_ejecting_cpu(cpu_st->selector); in cpu_hotplug_wr()
150 trace_cpuhp_acpi_fw_remove_invalid_cpu(cpu_st->selector); in cpu_hotplug_wr()
153 trace_cpuhp_acpi_fw_remove_cpu(cpu_st->selector); in cpu_hotplug_wr()
158 trace_cpuhp_acpi_write_cmd(cpu_st->selector, data); in cpu_hotplug_wr()
162 uint32_t iter = cpu_st->selector; in cpu_hotplug_wr()
168 cpu_st->selector = iter; in cpu_hotplug_wr()
169 trace_cpuhp_acpi_cpu_has_events(cpu_st->selector, in cpu_hotplug_wr()
174 } while (iter != cpu_st->selector); in cpu_hotplug_wr()
181 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
183 trace_cpuhp_acpi_write_ost_ev(cpu_st->selector, cdev->ost_event); in cpu_hotplug_wr()
187 cdev = &cpu_st->devs[cpu_st->selector]; in cpu_hotplug_wr()
189 info = acpi_cpu_device_status(cpu_st->selector, cdev); in cpu_hotplug_wr()
192 trace_cpuhp_acpi_write_ost_status(cpu_st->selector, in cpu_hotplug_wr()
313 VMSTATE_UINT32(selector, CPUHotplugState),