/openbmc/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()
|
/openbmc/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 152 method = aml_method(CPU_MAT_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 169 method = aml_method(CPU_STATUS_METHOD, 1, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 184 method = aml_method(CPU_EJECT_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 188 method = aml_method(CPU_SCAN_METHOD, 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 286 method = aml_method("_MAT", 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 293 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 298 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 312 method = aml_method(AML_NOTIFY_METHOD, 2, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml() 346 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 | 412 method = aml_method("_INI", 0, AML_SERIALIZED); in build_cpus_aml() 439 method = aml_method(CPU_NOTIFY_METHOD, 2, AML_NOTSERIALIZED); in build_cpus_aml() 453 method = aml_method(CPU_STS_METHOD, 1, AML_SERIALIZED); in build_cpus_aml() 471 method = aml_method(CPU_EJECT_METHOD, 1, AML_SERIALIZED); in build_cpus_aml() 488 method = aml_method(CPU_SCAN_METHOD, 0, AML_SERIALIZED); in build_cpus_aml() 638 method = aml_method(CPU_OST_METHOD, 4, AML_SERIALIZED); in build_cpus_aml() 669 method = aml_method("_STA", 0, AML_SERIALIZED); in build_cpus_aml() 680 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_cpus_aml() 685 method = aml_method("_OST", 3, AML_SERIALIZED); in build_cpus_aml() 707 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
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 344 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_device_dsm() 398 method = aml_method("EDSM", 5, AML_SERIALIZED); in aml_pci_edsm() 447 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_static_endpoint_dsm() 520 notify_method = aml_method("DVNT", 2, AML_NOTSERIALIZED); in build_append_pcihp_slots() 546 method = aml_method("_EJ0", 1, AML_NOTSERIALIZED); in build_append_pcihp_slots() 623 method = aml_method("PCNT", 0, AML_NOTSERIALIZED); in build_append_notfication_callback() 663 method = aml_method("PDSM", 5, AML_SERIALIZED); in aml_pci_pdsm() 755 method = aml_method("_PRT", 0, AML_NOTSERIALIZED); in build_prt() 805 method = aml_method("_STA", 0, AML_NOTSERIALIZED); in build_hpet_aml() 846 method = aml_method("_DIS", 0, AML_NOTSERIALIZED); in build_vmbus_device_aml() [all …]
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 389 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag);
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 164 Aml *method = aml_method("_E03", 0, AML_NOTSERIALIZED); in acpi_dsdt_add_gpio()
|