Searched refs:AML_SERIALIZED (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cpu.c | 412 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 D | nvdimm.c | 942 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 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 | cxl.c | 37 method = aml_method("_DSM", 4, AML_SERIALIZED); in build_cxl_dsm_method()
|
H A D | generic_event_device.c | 88 evt = aml_method("_EVT", 1, AML_SERIALIZED); in build_ged_aml()
|
H A D | memory_hotplug.c | 525 method = aml_method(MEMORY_SLOT_CRS_METHOD, 1, AML_SERIALIZED); in build_memory_hotplug_aml()
|
/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() 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 D | aml-build.h | 184 AML_SERIALIZED = 1, enumerator
|