Lines Matching refs:alloc

85     madt = ctxt->mem_ops.alloc(ctxt, sz, 16);  in construct_madt()
171 hpet = ctxt->mem_ops.alloc(ctxt, sizeof(*hpet), 16); in construct_hpet()
195 waet = ctxt->mem_ops.alloc(ctxt, sizeof(*waet), 16); in construct_waet()
219 p = ctxt->mem_ops.alloc(ctxt, size, 16); in construct_srat()
274 slit = ctxt->mem_ops.alloc(ctxt, size, 16); in construct_slit()
322 buffer = ctxt->mem_ops.alloc(ctxt, header->length, 16); in construct_passthrough_tables()
376 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_pm), 16); in construct_secondary_tables()
384 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_s3), 16); in construct_secondary_tables()
392 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_s4), 16); in construct_secondary_tables()
400 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_laptop_slate), 16); in construct_secondary_tables()
415 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_tpm), 16); in construct_secondary_tables()
420 tcpa = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_20_tcpa), 16); in construct_secondary_tables()
434 lasa = ctxt->mem_ops.alloc(ctxt, ACPI_2_0_TCPA_LAML_SIZE, 16); in construct_secondary_tables()
455 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_tpm2), 16); in construct_secondary_tables()
460 tpm2 = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_20_tpm2), 16); in construct_secondary_tables()
530 buf = ctxt->mem_ops.alloc(ctxt, sizeof(config->vm_gid), 8); in new_vm_gid()
574 facs = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_20_facs), 64); in acpi_build_tables()
588 dsdt = ctxt->mem_ops.alloc(ctxt, config->dsdt_15cpu_len, 16); in acpi_build_tables()
594 dsdt = ctxt->mem_ops.alloc(ctxt, config->dsdt_anycpu_len, 16); in acpi_build_tables()
607 fadt_10 = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_10_fadt), 16); in acpi_build_tables()
634 fadt = ctxt->mem_ops.alloc(ctxt, fadt_size, 16); in acpi_build_tables()
674 xsdt = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_20_xsdt) + in acpi_build_tables()
687 rsdt = ctxt->mem_ops.alloc(ctxt, sizeof(struct acpi_20_rsdt) + in acpi_build_tables()