Searched refs:aml_and (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | tpm.c | 172 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi() 333 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi() 344 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi() 405 aml_and(op_flags, func_mask, NULL))); in tpm_build_ppi_acpi()
|
H A D | cpu_hotplug.c | 208 if_ctx = aml_if(aml_and(idx, aml_int(0x07), NULL)); in build_legacy_cpu_hotplug_aml() 223 aml_append(while_ctx, aml_store(aml_and(byte, one, NULL), status)); in build_legacy_cpu_hotplug_aml()
|
H A D | cxl.c | 263 aml_append(if_uuid, aml_and(a_ctrl, aml_int(0x1F), a_ctrl)); in __build_cxl_osc_method()
|
H A D | generic_event_device.c | 104 if_ctx = aml_if(aml_equal(aml_and(evt_sel, aml_int(event), NULL), in build_ged_aml()
|
H A D | aml-build.c | 699 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst) in aml_and() function
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 83 aml_append(ifctx, aml_and(aml_name("CTRL"), aml_int(0x1F), in acpi_dsdt_add_pci_osc()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 466 if_ctx = aml_if(aml_and(aml_arg(0), aml_int(0x1U << slot), NULL)); in build_append_pcihp_notify_entry() 847 aml_append(method, aml_store(aml_and(aml_name("STA"), aml_int(0xD), NULL), in build_vmbus_device_aml() 993 aml_store(aml_and(aml_arg(0), aml_int(0xF), NULL), in build_iqcr_method() 1007 if_ctx = aml_if(aml_and(aml_int(0x80), aml_arg(0), NULL)); in build_irq_status_method() 1309 aml_append(if_ctx, aml_and(a_ctrl, in build_q35_osc_method()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 303 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst);
|