Searched refs:aml_lless (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 471 while_ctx = aml_while(aml_lless(idx, slots_nr)); in build_memory_hotplug_aml() 572 ifctx = aml_if(aml_lless(maxl, minl)); in build_memory_hotplug_aml() 577 ifctx = aml_if(aml_lless(maxl, one)); in build_memory_hotplug_aml()
|
H A D | cpu.c | 536 aml_lless(uid, aml_int(arch_ids->len)))); in build_cpus_aml() 552 ifctx = aml_if(aml_lless(cpu_data, uid)); in build_cpus_aml() 610 while_ctx = aml_while(aml_lless(cpu_idx, num_added_cpus)); in build_cpus_aml()
|
H A D | cpu_hotplug.c | 204 while_ctx = aml_while(aml_lless(idx, aml_sizeof(cpus_map))); in build_legacy_cpu_hotplug_aml()
|
H A D | nvdimm.c | 1112 ifctx = aml_if(aml_lless(dsm_out_buf_size, aml_int(8))); in nvdimm_build_common_dsm() 1118 whilectx = aml_while(aml_lless(offset, dsm_out_buf_size)); in nvdimm_build_common_dsm()
|
H A D | aml-build.c | 741 Aml *aml_lless(Aml *arg1, Aml *arg2) in aml_lless() function
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 309 Aml *aml_lless(Aml *arg1, Aml *arg2);
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 381 ifctx1 = aml_if(aml_lless(aml_arg(1), aml_int(2))); in build_append_pci_dsm_func0_common() 892 while_ctx = aml_while(aml_lless(idx, len)); in build_dbg_aml() 988 if_ctx = aml_if(aml_lless(aml_arg(0), aml_int(0x80))); in build_iqcr_method()
|