Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcpu.c404 method = aml_method("_INI", 0, AML_SERIALIZED); in build_cpus_aml()
445 method = aml_method(CPU_STS_METHOD, 1, AML_SERIALIZED); in build_cpus_aml()
463 method = aml_method(CPU_EJECT_METHOD, 1, AML_SERIALIZED); in build_cpus_aml()
480 method = aml_method(CPU_SCAN_METHOD, 0, AML_SERIALIZED); in build_cpus_aml()
630 method = aml_method(CPU_OST_METHOD, 4, AML_SERIALIZED); in build_cpus_aml()
661 method = aml_method("_STA", 0, AML_SERIALIZED); in build_cpus_aml()
677 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.c87 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()
/qemu/hw/i386/
H A Dacpi-build.c346 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_device_dsm()
400 method = aml_method("EDSM", 5, AML_SERIALIZED); in aml_pci_edsm()
449 method = aml_method("_DSM", 4, AML_SERIALIZED); in aml_pci_static_endpoint_dsm()
664 method = aml_method("PDSM", 5, AML_SERIALIZED); in aml_pci_pdsm()
1040 Aml *method = aml_method("IQCR", 1, AML_SERIALIZED); in build_iqcr_method()
/qemu/include/hw/acpi/
H A Daml-build.h184 AML_SERIALIZED = 1, enumerator