Searched refs:aml_shiftright (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/acpi/ |
| H A D | cpu_hotplug.c | 210 aml_append(if_ctx, aml_shiftright(byte, one, byte)); in build_legacy_cpu_hotplug_aml() 218 aml_shiftright(idx, aml_int(3), NULL))), byte)); in build_legacy_cpu_hotplug_aml()
|
| H A D | aml-build.c | 734 Aml *aml_shiftright(Aml *arg1, Aml *count, Aml *dst) in aml_shiftright() function
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | aml-build.h | 308 Aml *aml_shiftright(Aml *arg1, Aml *count, Aml *dst);
|
| /openbmc/qemu/hw/i386/ |
| H A D | acpi-build.c | 410 aml_append(method, aml_shiftright(id, aml_int(16), id)); in build_hpet_aml()
|