Home
last modified time | relevance | path

Searched refs:aml_shiftright (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c211 aml_append(if_ctx, aml_shiftright(byte, one, byte)); in build_legacy_cpu_hotplug_aml()
219 aml_shiftright(idx, aml_int(3), NULL))), byte)); in build_legacy_cpu_hotplug_aml()
H A Daml-build.c735 Aml *aml_shiftright(Aml *arg1, Aml *count, Aml *dst) in aml_shiftright() function
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h308 Aml *aml_shiftright(Aml *arg1, Aml *count, Aml *dst);
/openbmc/qemu/hw/i386/
H A Dacpi-build.c808 aml_append(method, aml_shiftright(id, aml_int(16), id)); in build_hpet_aml()