/qemu/hw/display/ |
H A D | acpi-vga.c | 15 method = aml_method("_S1D", 0, AML_NOTSERIALIZED); in build_vga_aml() 19 method = aml_method("_S2D", 0, AML_NOTSERIALIZED); in build_vga_aml() 23 method = aml_method("_S3D", 0, AML_NOTSERIALIZED); in build_vga_aml()
|
/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 151 method = aml_method(CPU_MAT_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 168 method = aml_method(CPU_STATUS_METHOD, 1, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 183 method = aml_method(CPU_EJECT_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 187 method = aml_method(CPU_SCAN_METHOD, 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 285 method = aml_method("_MAT", 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 292 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 297 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 311 method = aml_method(AML_NOTIFY_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 345 method = aml_method("\\_GPE._E02", 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml()
|
H A D | memory_hotplug.c | 437 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 449 method = aml_method(MEMORY_SLOT_SCAN_METHOD, 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 505 method = aml_method(MEMORY_SLOT_STATUS_METHOD, 1, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 525 method = aml_method(MEMORY_SLOT_CRS_METHOD, 1, AML_SERIALIZED); in build_memory_hotplug_aml() 616 method = aml_method(MEMORY_SLOT_PROXIMITY_METHOD, 1, in build_memory_hotplug_aml() 630 method = aml_method(MEMORY_SLOT_OST_METHOD, 4, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 644 method = aml_method(MEMORY_SLOT_EJECT_METHOD, 2, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 665 method = aml_method("_CRS", 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 670 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml() 675 method = aml_method("_PXM", 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml() [all …]
|
H A D | cpu.c | 413 method = aml_method("_INI", 0, AML_SERIALIZED); in build_cpus_aml() 440 method = aml_method(CPU_NOTIFY_METHOD, 2, AML_NOTSERIALIZED); in build_cpus_aml() 454 method = aml_method(CPU_STS_METHOD, 1, AML_SERIALIZED); in build_cpus_aml() 472 method = aml_method(CPU_EJECT_METHOD, 1, AML_SERIALIZED); in build_cpus_aml() 489 method = aml_method(CPU_SCAN_METHOD, 0, AML_SERIALIZED); in build_cpus_aml() 663 method = aml_method(CPU_OST_METHOD, 4, AML_SERIALIZED); in build_cpus_aml() 694 method = aml_method("_STA", 0, AML_SERIALIZED); in build_cpus_aml() 705 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_cpus_aml() 710 method = aml_method("_OST", 3, AML_SERIALIZED); in build_cpus_aml() 732 method = aml_method(event_handler_method, 0, AML_NOTSERIALIZED); in build_cpus_aml()
|
H A D | vmgenid.c | 60 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in vmgenid_build_acpi() 73 method = aml_method("ADDR", 0, AML_NOTSERIALIZED); in vmgenid_build_acpi() 89 method = aml_method("\\_GPE._E05", 0, AML_NOTSERIALIZED); in vmgenid_build_acpi()
|
H A D | cxl.c | 37 method = aml_method("_DSM", 4, AML_SERIALIZED); in build_cxl_dsm_method() 231 method = aml_method("_OSC", 4, AML_NOTSERIALIZED); in __build_cxl_osc_method()
|
H A D | nvdimm.c | 942 method = aml_method(NVDIMM_COMMON_DSM, 5, AML_SERIALIZED); in nvdimm_build_common_dsm() 1145 method = aml_method("_DSM", 4, AML_NOTSERIALIZED); in nvdimm_build_device_dsm() 1164 method = aml_method("RFIT", 1, AML_SERIALIZED); in nvdimm_build_fit() 1211 method = aml_method("_FIT", 0, AML_SERIALIZED); in nvdimm_build_fit() 1273 method = aml_method("_LSI", 0, AML_SERIALIZED); in nvdimm_build_nvdimm_devices() 1297 method = aml_method("_LSR", 2, AML_SERIALIZED); in nvdimm_build_nvdimm_devices() 1335 method = aml_method("_LSW", 3, AML_SERIALIZED); in nvdimm_build_nvdimm_devices()
|
H A D | aml-build-stub.c | 34 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() function
|
H A D | tpm.c | 70 method = aml_method("TPFN", 1, AML_SERIALIZED); in tpm_build_ppi_acpi() 106 method = aml_method("_DSM", 4, AML_SERIALIZED); in tpm_build_ppi_acpi()
|
H A D | generic_event_device.c | 88 evt = aml_method("_EVT", 1, AML_SERIALIZED); in build_ged_aml()
|
H A D | aml-build.c | 1122 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() function
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 345 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_device_dsm() 399 method = aml_method("EDSM", 5, AML_SERIALIZED); in aml_pci_edsm() 448 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_static_endpoint_dsm() 521 notify_method = aml_method("DVNT", 2, AML_NOTSERIALIZED); in build_append_pcihp_slots() 547 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_append_pcihp_slots() 624 method = aml_method("PCNT", 0, AML_NOTSERIALIZED); in build_append_notification_callback() 664 method = aml_method("PDSM", 5, AML_SERIALIZED); in aml_pci_pdsm() 756 method = aml_method("_PRT", 0, AML_NOTSERIALIZED); in build_prt() 806 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_hpet_aml() 847 method = aml_method("_DIS", 0, AML_NOTSERIALIZED); in build_vmbus_device_aml() [all …]
|
/qemu/hw/misc/ |
H A D | pvpanic-isa.c | 89 method = aml_method("RDPT", 0, AML_NOTSERIALIZED); in build_pvpanic_isa_aml() 94 method = aml_method("WRPT", 1, AML_NOTSERIALIZED); in build_pvpanic_isa_aml()
|
/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 47 method = aml_method("_SRS", 1, AML_NOTSERIALIZED); in acpi_dsdt_add_pci_route_table() 60 method = aml_method("_OSC", 4, AML_NOTSERIALIZED); in acpi_dsdt_add_pci_osc() 107 method = aml_method("_DSM", 4, AML_NOTSERIALIZED); in acpi_dsdt_add_pci_osc() 214 method = aml_method("_CBA", 0, AML_NOTSERIALIZED); in acpi_dsdt_add_gpex()
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 389 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag);
|
/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 164 Aml *method = aml_method("_E03", 0, AML_NOTSERIALIZED); in acpi_dsdt_add_gpio()
|