Searched refs:alloc (Results 1 – 9 of 9) sorted by relevance
| /tools/libs/gnttab/ |
| A D | netbsd.c | 178 struct ioctl_gntdev_alloc_grant_ref alloc; in osdep_gntshr_share_pages() local 180 alloc.gref_ids = malloc(count * sizeof(uint32_t)); in osdep_gntshr_share_pages() 181 if ( alloc.gref_ids == NULL ) in osdep_gntshr_share_pages() 184 alloc.domid = domid; in osdep_gntshr_share_pages() 186 alloc.count = count; in osdep_gntshr_share_pages() 196 alloc.va = area; in osdep_gntshr_share_pages() 198 alloc.notify.offset = 0; in osdep_gntshr_share_pages() 199 alloc.notify.action = 0; in osdep_gntshr_share_pages() 202 alloc.notify.offset = notify_offset; in osdep_gntshr_share_pages() 207 alloc.notify.event_channel_port = notify_port; in osdep_gntshr_share_pages() [all …]
|
| /tools/libacpi/ |
| A D | build.c | 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() 530 buf = ctxt->mem_ops.alloc(ctxt, sizeof(config->vm_gid), 8); in new_vm_gid() [all …]
|
| A D | libacpi.h | 42 void *(*alloc)(struct acpi_ctxt *ctxt, uint32_t size, uint32_t align); member
|
| /tools/firmware/rombios/32bit/ |
| A D | pmm.c | 489 struct pmmAllocArgs alloc; member 513 ret = pmmAllocate(ap->alloc.length, ap->alloc.handle, ap->alloc.flags); in pmm() 515 ap->alloc.length, ap->alloc.handle, ap->alloc.flags, ret); in pmm()
|
| /tools/libs/light/ |
| A D | libxl_x86_acpi.c | 171 libxl_ctxt.c.mem_ops.alloc = mem_alloc; in libxl__dom_load_acpi()
|
| A D | libxl_event.c | 359 rc = OSEVENT_HOOK(fd,register, alloc, fd, &ev->nexus->for_app_reg, in libxl__ev_fd_register() 483 rc = OSEVENT_HOOK(timeout,register, alloc, &ev->nexus->for_app_reg, in time_register_finite()
|
| A D | CODING_STYLE | 60 libxl__*alloc et al. GCNEW, GCNEW_ARRAY, GCREALLOC_ARRAY
|
| /tools/firmware/hvmloader/ |
| A D | util.c | 946 ctxt.mem_ops.alloc = acpi_mem_alloc; in hvmloader_acpi_build_tables()
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 60 libxl__*alloc et al. GCNEW, GCNEW_ARRAY, GCREALLOC_ARRAY
|
Completed in 72 milliseconds