Home
last modified time | relevance | path

Searched refs:aml_mutex (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/acpi/
H A Daml-build.h398 Aml *aml_mutex(const char *name, uint8_t sync_level);
/qemu/hw/acpi/
H A Dmemory_hotplug.c447 aml_append(dev_container, aml_mutex(MEMORY_SLOT_LOCK, 0)); in build_memory_hotplug_aml()
H A Dcpu.c367 aml_append(cpu_ctrl_dev, aml_mutex(CPU_LOCK, 0)); in build_cpus_aml()
H A Daml-build.c1651 Aml *aml_mutex(const char *name, uint8_t sync_level) in aml_mutex() function
/qemu/hw/i386/
H A Dacpi-build.c1260 aml_append(scope, aml_mutex("BLCK", 0)); in build_x86_acpi_pci_hotplug()