Home
last modified time | relevance | path

Searched refs:cpu_apic_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c280 int cpu_apic_id = apic_ids->cpus[i].arch_id; in build_legacy_cpu_hotplug_aml() local
282 assert(cpu_apic_id < ACPI_CPU_HOTPLUG_ID_LIMIT); in build_legacy_cpu_hotplug_aml()
284 dev = aml_processor(i, 0, 0, "CP%.02X", cpu_apic_id); in build_legacy_cpu_hotplug_aml()
289 aml_int(cpu_apic_id), aml_int(i)) in build_legacy_cpu_hotplug_aml()
295 aml_return(aml_call1(CPU_STATUS_METHOD, aml_int(cpu_apic_id)))); in build_legacy_cpu_hotplug_aml()
300 aml_return(aml_call2(CPU_EJECT_METHOD, aml_int(cpu_apic_id), in build_legacy_cpu_hotplug_aml()
314 int cpu_apic_id = apic_ids->cpus[i].arch_id; in build_legacy_cpu_hotplug_aml() local
316 if_ctx = aml_if(aml_equal(aml_arg(0), aml_int(cpu_apic_id))); in build_legacy_cpu_hotplug_aml()
318 aml_notify(aml_name("CP%.02X", cpu_apic_id), aml_arg(1)) in build_legacy_cpu_hotplug_aml()
335 int cpu_apic_id = apic_ids->cpus[i].arch_id; in build_legacy_cpu_hotplug_aml() local
[all …]