Home
last modified time | relevance | path

Searched refs:aml_scope (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/i386/
H A Dacpi-build.c390 Aml *scope = aml_scope("_SB"); in build_hpet_aml()
476 Aml *scope = aml_scope("\\"); in build_dbg_aml()
622 Aml *sb_scope = aml_scope("_SB"); in build_piix4_pci0_int()
623 Aml *pci0_scope = aml_scope("PCI0"); in build_piix4_pci0_int()
732 Aml *sb_scope = aml_scope("_SB"); in build_q35_pci0_int()
733 Aml *pci0_scope = aml_scope("PCI0"); in build_q35_pci0_int()
835 scope = aml_scope("_SB"); in build_acpi0017()
883 sb_scope = aml_scope("_SB"); in build_dsdt()
896 sb_scope = aml_scope("_SB"); in build_dsdt()
946 sb_scope = aml_scope("_S in build_dsdt()
[all...]
H A Dacpi-microvm.c120 sb_scope = aml_scope("_SB"); in build_dsdt_microvm()
132 scope = aml_scope("\\"); in build_dsdt_microvm()
/openbmc/qemu/hw/acpi/
H A Dvmclock.c38 scope = aml_scope("\\_SB"); in vmclock_build_acpi()
H A Dvmgenid.c53 scope = aml_scope("\\_SB"); in vmgenid_build_acpi()
H A Dpcihp.c636 scope = aml_scope("_SB.PCI0"); in build_acpi_pci_hotplug()
713 Aml *br_scope = aml_scope("S%.02X", sec->parent_dev->devfn); in build_append_notification_callback()
873 dev = aml_scope("S%.02X", devfn); in build_append_pcihp_slots()
H A Dcpu_hotplug.c131 Aml *sb_scope = aml_scope("_SB"); in build_legacy_cpu_hotplug_aml()
H A Dcpu.c354 Aml *sb_scope = aml_scope("_SB"); in build_cpus_aml()
H A Dnvdimm.c1382 sb_scope = aml_scope("\\_SB"); in nvdimm_build_ssdt()
H A Daml-build.c543 Aml *aml_scope(const char *name_format, ...) in aml_scope() function
/openbmc/qemu/hw/loongarch/
H A Dvirt-acpi-build.c324 scope = aml_scope("_SB"); in build_uart_device_aml()
497 scope = aml_scope("\\"); in build_dsdt()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c131 scope = aml_scope("_SB"); in build_acpi0017()
1032 scope = aml_scope("\\_SB"); in virt_acpi_build()
1077 pci0_scope = aml_scope("\\_SB.PCI0"); in virt_acpi_build()
/openbmc/qemu/hw/isa/
H A Dpiix.c383 Aml *sb_scope = aml_scope("\\_SB"); in build_pci_isa_aml()
H A Dlpc_ich9.c860 Aml *sb_scope = aml_scope("\\_SB"); in build_ich9_isa_aml()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h283 * Aml *sb = aml_scope("\\_SB");
389 Aml *aml_scope(const char *name_format, ...) G_GNUC_PRINTF(1, 2);
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c462 scope = aml_scope("\\_SB"); in build_dsdt()