Home
last modified time | relevance | path

Searched refs:ifctx (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/acpi/
H A Dtpm.c77 aml_append(method, ifctx); in tpm_build_ppi_acpi()
119 ifctx = aml_if( in tpm_build_ppi_acpi()
132 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
145 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
185 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
235 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
254 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
287 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
411 aml_append(method, ifctx); in tpm_build_ppi_acpi()
417 ifctx = aml_if( in tpm_build_ppi_acpi()
[all …]
H A Dmemory_hotplug.c347 Aml *ifctx; in build_memory_hotplug_aml() local
450 aml_append(method, ifctx); in build_memory_hotplug_aml()
469 aml_append(method, ifctx); in build_memory_hotplug_aml()
487 aml_append(ifctx, in build_memory_hotplug_aml()
497 aml_append(ifctx, in build_memory_hotplug_aml()
526 aml_append(method, ifctx); in build_memory_hotplug_aml()
584 aml_append(method, ifctx); in build_memory_hotplug_aml()
604 aml_append(ifctx, in build_memory_hotplug_aml()
606 aml_append(ifctx, in build_memory_hotplug_aml()
608 aml_append(ifctx, in build_memory_hotplug_aml()
[all …]
H A Dcpu.c346 Aml *ifctx; in build_cpus_aml() local
437 ifctx = aml_if(aml_equal(uid, aml_int(i))); in build_cpus_aml()
441 aml_append(method, ifctx); in build_cpus_aml()
457 aml_append(method, ifctx); in build_cpus_aml()
548 aml_append(while_ctx, ifctx); in build_cpus_aml()
554 ifctx = aml_if( in build_cpus_aml()
560 aml_append(while_ctx, ifctx); in build_cpus_aml()
571 aml_append(while_ctx, ifctx); in build_cpus_aml()
575 aml_append(ifctx, in build_cpus_aml()
580 aml_append(else_ctx, ifctx); in build_cpus_aml()
[all …]
H A Dnvdimm.c1028 aml_append(ifctx, aml_store( in nvdimm_build_common_dsm()
1031 aml_append(method, ifctx); in nvdimm_build_common_dsm()
1036 aml_append(elsectx, ifctx); in nvdimm_build_common_dsm()
1054 aml_append(unsupport, ifctx); in nvdimm_build_common_dsm()
1086 aml_append(method, ifctx); in nvdimm_build_common_dsm()
1126 aml_append(ifctx, whilectx); in nvdimm_build_common_dsm()
1129 aml_append(method, ifctx); in nvdimm_build_common_dsm()
1192 aml_append(method, ifctx); in nvdimm_build_fit()
1202 aml_append(method, ifctx); in nvdimm_build_fit()
1229 aml_append(whilectx, ifctx); in nvdimm_build_fit()
[all …]
H A Dcxl.c35 Aml *method, *ifctx, *ifctx2; in build_cxl_dsm_method() local
44 ifctx = aml_if(aml_equal( in build_cxl_dsm_method()
55 aml_append(ifctx, ifctx2); in build_cxl_dsm_method()
96 aml_append(ifctx, ifctx2); in build_cxl_dsm_method()
98 aml_append(method, ifctx); in build_cxl_dsm_method()
/qemu/hw/pci-host/
H A Dgpex-acpi.c54 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
70 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
71 aml_append(ifctx, in acpi_dsdt_add_pci_osc()
73 aml_append(ifctx, in acpi_dsdt_add_pci_osc()
88 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
93 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
96 aml_append(ifctx, aml_return(aml_arg(3))); in acpi_dsdt_add_pci_osc()
97 aml_append(method, ifctx); in acpi_dsdt_add_pci_osc()
114 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
119 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
[all …]
/qemu/hw/i386/
H A Dacpi-build.c393 Aml *method, *ifctx; in aml_pci_edsm() local
403 ifctx = aml_if(aml_equal(func, zero)); in aml_pci_edsm()
412 aml_append(method, ifctx); in aml_pci_edsm()
434 aml_append(ifctx, in aml_pci_edsm()
437 aml_append(ifctx, aml_return(ret)); in aml_pci_edsm()
439 aml_append(method, ifctx); in aml_pci_edsm()
653 Aml *method, *ifctx, *ifctx1; in aml_pci_pdsm() local
672 aml_append(ifctx, in aml_pci_pdsm()
692 aml_append(ifctx, ifctx1); in aml_pci_pdsm()
697 aml_append(method, ifctx); in aml_pci_pdsm()
[all …]