Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcpu_hotplug.c129 Aml *if_ctx; in build_legacy_cpu_hotplug_aml() local
172 if_ctx = aml_if(cpu_on); in build_legacy_cpu_hotplug_aml()
174 aml_append(if_ctx, aml_return(aml_int(0xF))); in build_legacy_cpu_hotplug_aml()
176 aml_append(method, if_ctx); in build_legacy_cpu_hotplug_aml()
208 if_ctx = aml_if(aml_and(idx, aml_int(0x07), NULL)); in build_legacy_cpu_hotplug_aml()
213 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml()
233 aml_append(if_ctx, if_ctx2); in build_legacy_cpu_hotplug_aml()
240 aml_append(if_ctx, else_ctx2); in build_legacy_cpu_hotplug_aml()
241 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml()
317 aml_append(if_ctx, in build_legacy_cpu_hotplug_aml()
[all …]
H A Dgeneric_event_device.c89 Aml *if_ctx; in build_ged_aml() local
103 if_ctx = aml_if(aml_equal(aml_and(evt_sel, aml_int(event), NULL), in build_ged_aml()
107 aml_append(if_ctx, aml_call0(MEMORY_DEVICES_CONTAINER "." in build_ged_aml()
111 aml_append(if_ctx, in build_ged_aml()
116 aml_append(if_ctx, in build_ged_aml()
128 aml_append(evt, if_ctx); in build_ged_aml()
H A Dvmgenid.c28 Aml *ssdt, *dev, *scope, *method, *addr, *if_ctx; in vmgenid_build_acpi() local
63 if_ctx = aml_if(aml_equal(aml_name("VGIA"), aml_int(0))); in vmgenid_build_acpi()
64 aml_append(if_ctx, aml_store(aml_int(0), addr)); in vmgenid_build_acpi()
65 aml_append(method, if_ctx); in vmgenid_build_acpi()
/qemu/hw/i386/
H A Dacpi-build.c465 Aml *if_ctx; in build_append_pcihp_notify_entry() local
470 aml_append(method, if_ctx); in build_append_pcihp_notify_entry()
759 return if_ctx; in initialize_route()
851 Aml *if_ctx; in build_hpet_aml() local
878 aml_append(method, if_ctx); in build_hpet_aml()
885 aml_append(method, if_ctx); in build_hpet_aml()
1038 Aml *if_ctx; in build_iqcr_method() local
1068 Aml *if_ctx; in build_irq_status_method() local
1212 Aml *if_ctx; in build_q35_pci0_int() local
1351 Aml *if_ctx; in build_q35_osc_method() local
[all …]