Searched refs:aml_memory32_fixed (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg-acpi.c | 20 aml_append(crs, aml_memory32_fixed(fw_cfg_memmap->base, in fw_cfg_acpi_dsdt_add()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-acpi.c | 25 aml_append(crs, aml_memory32_fixed(virtio_base, size, AML_READ_WRITE)); in virtio_acpi_dsdt_add()
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build-stub.c | 78 Aml *aml_memory32_fixed(uint32_t addr, uint32_t size, in aml_memory32_fixed() function
|
H A D | memory_hotplug.c | 361 aml_append(crs, aml_memory32_fixed(memhp_io_base, in build_memory_hotplug_aml()
|
H A D | cpu.c | 375 aml_append(crs, aml_memory32_fixed(base_addr, in build_cpus_aml()
|
H A D | aml-build.c | 970 Aml *aml_memory32_fixed(uint32_t addr, uint32_t size, in aml_memory32_fixed() function
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 88 aml_append(crs, aml_memory32_fixed(uart_memmap->base, in acpi_dsdt_add_uart() 109 aml_append(crs, aml_memory32_fixed(base, size, AML_READ_WRITE)); in acpi_dsdt_add_flash() 117 aml_append(crs, aml_memory32_fixed(base + size, size, AML_READ_WRITE)); in acpi_dsdt_add_flash() 149 aml_append(crs, aml_memory32_fixed(gpio_memmap->base, gpio_memmap->size, in acpi_dsdt_add_gpio() 198 aml_memory32_fixed(tpm_base, in acpi_dsdt_add_tpm()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-sysbus.c | 76 aml_append(crs, aml_memory32_fixed(mmio, XHCI_LEN_REGS, AML_READ_WRITE)); in xhci_sysbus_build_aml()
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 392 aml_append(crs, aml_memory32_fixed(flash0_base, flash0_size, in build_flash_aml() 402 aml_append(crs, aml_memory32_fixed(flash1_base, flash1_size, in build_flash_aml() 435 aml_memory32_fixed(tpm_base, in acpi_dsdt_add_tpm()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_isa.c | 158 aml_append(crs, aml_memory32_fixed(TPM_TIS_ADDR_BASE, TPM_TIS_ADDR_SIZE, in build_tpm_tis_isa_aml()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 161 aml_append(crs, aml_memory32_fixed(plic_aplic_addr, mmio_size, in acpi_dsdt_add_plic_aplic() 177 aml_append(crs, aml_memory32_fixed(uart_memmap->base, in acpi_dsdt_add_uart()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 333 Aml *aml_memory32_fixed(uint32_t addr, uint32_t size,
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 827 aml_append(crs, aml_memory32_fixed(HPET_BASE, HPET_LEN, AML_READ_ONLY)); in build_hpet_aml() 1628 aml_append(crs, aml_memory32_fixed(TPM_TIS_ADDR_BASE, in build_dsdt() 1731 aml_append(crs, aml_memory32_fixed(TPM_CRB_ADDR_BASE, in build_dsdt()
|