Home
last modified time | relevance | path

Searched refs:aml_and (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dtpm.c172 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 Dcpu_hotplug.c196 if_ctx = aml_if(aml_and(idx, aml_int(0x07), NULL)); in build_legacy_cpu_hotplug_aml()
211 aml_append(while_ctx, aml_store(aml_and(byte, one, NULL), status)); in build_legacy_cpu_hotplug_aml()
H A Dcxl.c263 aml_append(if_uuid, aml_and(a_ctrl, aml_int(0x1F), a_ctrl)); in __build_cxl_osc_method()
H A Dgeneric_event_device.c103 if_ctx = aml_if(aml_equal(aml_and(evt_sel, aml_int(event), NULL), in build_ged_aml()
H A Daml-build.c700 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst) in aml_and() function
/openbmc/qemu/hw/i386/
H A Dacpi-build.c478 if_ctx = aml_if(aml_and(aml_arg(0), aml_int(0x1U << slot), NULL)); in build_append_pcihp_notify_entry()
804 aml_store(aml_and(aml_add(pin, slot, NULL), aml_int(3), NULL), in build_prt()
842 aml_store(aml_and(pin, aml_int(3), NULL), in build_prt()
921 aml_append(method, aml_store(aml_and(aml_name("STA"), aml_int(0xD), NULL), in build_vmbus_device_aml()
1067 aml_store(aml_and(aml_arg(0), aml_int(0xF), NULL), in build_iqcr_method()
1081 if_ctx = aml_if(aml_and(aml_int(0x80), aml_arg(0), NULL)); in build_irq_status_method()
1383 aml_append(if_ctx, aml_and(a_ctrl, in build_q35_osc_method()
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c82 aml_append(ifctx, aml_and(aml_name("CTRL"), aml_int(0x1F), in acpi_dsdt_add_pci_osc()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h303 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst);