Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dacpi-vga.c15 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 Dcpu_hotplug.c152 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 Dmemory_hotplug.c437 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 Dcpu.c412 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 Dvmgenid.c60 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 Dcxl.c37 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 Dnvdimm.c942 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 Daml-build-stub.c34 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() function
H A Dtpm.c70 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 Dgeneric_event_device.c88 evt = aml_method("_EVT", 1, AML_SERIALIZED); in build_ged_aml()
H A Daml-build.c1122 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() function
/openbmc/qemu/hw/i386/
H A Dacpi-build.c344 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 Dpvpanic-isa.c89 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 Dgpex-acpi.c47 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 Daml-build.h389 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag);
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c164 Aml *method = aml_method("_E03", 0, AML_NOTSERIALIZED); in acpi_dsdt_add_gpio()