Lines Matching full:cpus

228         state->devs[i].cpu =  CPU(id_list->cpus[i].cpu);  in cpu_hotplug_hw_init()
229 state->devs[i].arch_id = id_list->cpus[i].arch_id; in cpu_hotplug_hw_init()
424 cpus_dev = aml_device("\\_SB.CPUS"); in build_cpus_aml()
525 * allows to process CPUs in batches which let us to handle more in build_cpus_aml()
526 * CPUs than CPU_ADDED_LIST can hold. in build_cpus_aml()
537 * Scan CPUs, till there are CPUs with events or in build_cpus_aml()
555 * so next_cpu_cmd continues to find already processed CPUs in build_cpus_aml()
565 * collected CPUs in build_cpus_aml()
580 /* cache added CPUs to Notify/Wakeup later */ in build_cpus_aml()
590 /* cache to be removed CPUs to Notify later */ in build_cpus_aml()
603 * make upcall to FW, so it can pull in new CPUs before in build_cpus_aml()
615 /* Notify OSPM about new CPUs and clear insert events */ in build_cpus_aml()
632 * Notify OSPM about to be removed CPUs and clear remove flag in build_cpus_aml()
653 * just cleared the insert event for *all* CPUs in in build_cpus_aml()
684 int arch_id = arch_ids->cpus[i].arch_id; in build_cpus_aml()
704 if (CPU(arch_ids->cpus[i].cpu) != first_cpu) { in build_cpus_aml()
717 /* Linux guests discard SRAT info for non-present CPUs in build_cpus_aml()
718 * as a result _PXM is required for all CPUs which might in build_cpus_aml()
719 * be hot-plugged. For simplicity, add it for all CPUs. in build_cpus_aml()
721 if (arch_ids->cpus[i].props.has_node_id) { in build_cpus_aml()
723 aml_int(arch_ids->cpus[i].props.node_id))); in build_cpus_aml()
733 aml_append(method, aml_call0("\\_SB.CPUS." CPU_SCAN_METHOD)); in build_cpus_aml()