Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcpu.c412 method = aml_method("_INI", 0, AML_SERIALIZED); 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()
685 method = aml_method("_OST", 3, AML_SERIALIZED); in build_cpus_aml()
H A Dnvdimm.c942 method = aml_method(NVDIMM_COMMON_DSM, 5, AML_SERIALIZED); in nvdimm_build_common_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 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 Dcxl.c37 method = aml_method("_DSM", 4, AML_SERIALIZED); in build_cxl_dsm_method()
H A Dgeneric_event_device.c88 evt = aml_method("_EVT", 1, AML_SERIALIZED); in build_ged_aml()
H A Dmemory_hotplug.c525 method = aml_method(MEMORY_SLOT_CRS_METHOD, 1, AML_SERIALIZED); in build_memory_hotplug_aml()
/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()
663 method = aml_method("PDSM", 5, AML_SERIALIZED); in aml_pci_pdsm()
976 Aml *method = aml_method("IQCR", 1, AML_SERIALIZED); in build_iqcr_method()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h184 AML_SERIALIZED = 1, enumerator