Searched refs:aml_create_dword_field (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 233 aml_append(method, aml_create_dword_field(aml_arg(3), aml_int(0), "CDW1")); in __build_cxl_osc_method() 253 aml_append(if_uuid, aml_create_dword_field(aml_arg(3), aml_int(4), "CDW2")); in __build_cxl_osc_method() 254 aml_append(if_uuid, aml_create_dword_field(aml_arg(3), aml_int(8), "CDW3")); in __build_cxl_osc_method() 290 aml_append(if_cxl, aml_create_dword_field(aml_arg(3), aml_int(12), "CDW4")); in __build_cxl_osc_method() 292 aml_append(if_cxl, aml_create_dword_field(aml_arg(3), aml_int(16), "CDW5")); in __build_cxl_osc_method()
|
H A D | memory_hotplug.c | 548 aml_create_dword_field(mr64, aml_int(14), "MINL")); in build_memory_hotplug_aml() 550 aml_create_dword_field(mr64, aml_int(18), "MINH")); in build_memory_hotplug_aml() 552 aml_create_dword_field(mr64, aml_int(38), "LENL")); in build_memory_hotplug_aml() 554 aml_create_dword_field(mr64, aml_int(42), "LENH")); in build_memory_hotplug_aml() 556 aml_create_dword_field(mr64, aml_int(22), "MAXL")); in build_memory_hotplug_aml() 558 aml_create_dword_field(mr64, aml_int(26), "MAXH")); in build_memory_hotplug_aml() 597 aml_create_dword_field(mr32, aml_int(10), "MIN")); in build_memory_hotplug_aml() 599 aml_create_dword_field(mr32, aml_int(14), "MAX")); in build_memory_hotplug_aml() 601 aml_create_dword_field(mr32, aml_int(22), "LEN")); in build_memory_hotplug_aml()
|
H A D | nvdimm.c | 1181 aml_append(method, aml_create_dword_field(buf, in nvdimm_build_fit() 1280 aml_append(method, aml_create_dword_field(aml_local(0), in nvdimm_build_nvdimm_devices() 1282 aml_append(method, aml_create_dword_field(aml_local(0), aml_int(4), in nvdimm_build_nvdimm_devices() 1284 aml_append(method, aml_create_dword_field(aml_local(0), aml_int(8), in nvdimm_build_nvdimm_devices() 1300 aml_append(method, aml_create_dword_field(aml_name("INPT"), in nvdimm_build_nvdimm_devices() 1302 aml_append(method, aml_create_dword_field(aml_name("INPT"), in nvdimm_build_nvdimm_devices() 1316 field = aml_create_dword_field(aml_local(3), aml_int(0), "STTS"); in nvdimm_build_nvdimm_devices() 1338 field = aml_create_dword_field(aml_name("INPT"), in nvdimm_build_nvdimm_devices() 1341 field = aml_create_dword_field(aml_name("INPT"), in nvdimm_build_nvdimm_devices() 1357 field = aml_create_dword_field(aml_local(3), aml_int(0), "STTS"); in nvdimm_build_nvdimm_devices()
|
H A D | aml-build.c | 1261 Aml *aml_create_dword_field(Aml *srcbuf, Aml *index, const char *name) in aml_create_dword_field() function
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 62 aml_create_dword_field(aml_arg(3), aml_int(0), "CDW1")); in acpi_dsdt_add_pci_osc() 73 aml_create_dword_field(aml_arg(3), aml_int(4), "CDW2")); in acpi_dsdt_add_pci_osc() 75 aml_create_dword_field(aml_arg(3), aml_int(8), "CDW3")); in acpi_dsdt_add_pci_osc()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 933 aml_append(method, aml_create_dword_field(aml_arg(0), aml_int(5), "PRRI")); in build_link_dev() 985 aml_create_dword_field(aml_name("PRR0"), aml_int(5), "PRRI")); in build_iqcr_method() 1295 aml_append(method, aml_create_dword_field(aml_arg(3), aml_int(0), "CDW1")); in build_q35_osc_method() 1299 aml_append(if_ctx, aml_create_dword_field(aml_arg(3), aml_int(4), "CDW2")); in build_q35_osc_method() 1300 aml_append(if_ctx, aml_create_dword_field(aml_arg(3), aml_int(8), "CDW3")); in build_q35_osc_method()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 404 Aml *aml_create_dword_field(Aml *srcbuf, Aml *index, const char *name);
|