Searched refs:ifctx1 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/hw/acpi/ |
| H A D | pcihp.c | 516 Aml *UUID, *ifctx1; in build_append_pci_dsm_func0_common() local 525 ifctx1 = aml_if(aml_lnot(aml_equal(aml_arg(0), UUID))); in build_append_pci_dsm_func0_common() 528 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common() 530 aml_append(ctx, ifctx1); in build_append_pci_dsm_func0_common() 532 ifctx1 = aml_if(aml_lless(aml_arg(1), aml_int(2))); in build_append_pci_dsm_func0_common() 535 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common() 537 aml_append(ctx, ifctx1); in build_append_pci_dsm_func0_common() 542 Aml *method, *ifctx, *ifctx1; in aml_pci_pdsm() local 571 ifctx1 = aml_if(aml_lnot( in aml_pci_pdsm() 577 aml_append(ifctx1, aml_or(caps, one, caps)); in aml_pci_pdsm() [all …]
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex-acpi.c | 57 Aml *UUID, *ifctx, *ifctx1, *buf; in build_pci_host_bridge_dsm_method() local 66 ifctx1 = aml_if(aml_equal(aml_arg(2), aml_int(0))); in build_pci_host_bridge_dsm_method() 69 aml_append(ifctx1, aml_return(buf)); in build_pci_host_bridge_dsm_method() 70 aml_append(ifctx, ifctx1); in build_pci_host_bridge_dsm_method()
|