Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 18 of 18) sorted by relevance

/xen/stubdom/vtpmmgr/
A Dmarshal.h290 if(alloc == UNPACK_ALLOC) { in unpack_PTR()
301 if (alloc == UNPACK_ALLOC) { in unpack3_PTR()
309 #define unpack3_VPTR(ptr, pos, max, buf, size, alloc) unpack3_PTR(ptr, pos, max, (void*)(buf), size… argument
477 unpack3_PTR(ptr, pos, max, &k->IV, k->ivSize, alloc); in unpack3_TPM_SYMMETRIC_KEY_PARMS()
490 unpack3_PTR(ptr, pos, max, &k->data, k->size, alloc); in unpack3_TPM_SYMMETRIC_KEY()
586 unpack3_PTR(ptr, pos, max, &k->key, k->keyLength, alloc); in unpack3_TPM_STORE_PUBKEY()
603 unpack3_TPM_STORE_PUBKEY(ptr, pos, len, &k->pubKey, alloc); in unpack3_TPM_PUBKEY()
688 &p->creationPCRSelection, alloc) || in unpack3_TPM_PCR_INFO_LONG()
690 &p->releasePCRSelection, alloc) || in unpack3_TPM_PCR_INFO_LONG()
774 return unpack_PTR(ptr, &b->payloadData, payloadSize, alloc); in unpack_TPM_BOUND_DATA()
[all …]
/xen/tools/libacpi/
A Dbuild.c93 madt = ctxt->mem_ops.alloc(ctxt, sz, 16); in construct_madt()
179 hpet = ctxt->mem_ops.alloc(ctxt, sizeof(*hpet), 16); in construct_hpet()
203 waet = ctxt->mem_ops.alloc(ctxt, sizeof(*waet), 16); in construct_waet()
227 p = ctxt->mem_ops.alloc(ctxt, size, 16); in construct_srat()
282 slit = ctxt->mem_ops.alloc(ctxt, size, 16); in construct_slit()
330 buffer = ctxt->mem_ops.alloc(ctxt, header->length, 16); in construct_passthrough_tables()
383 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_pm), 16); in construct_secondary_tables()
391 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_s3), 16); in construct_secondary_tables()
399 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_s4), 16); in construct_secondary_tables()
418 ssdt = ctxt->mem_ops.alloc(ctxt, sizeof(ssdt_tpm), 16); in construct_secondary_tables()
[all …]
A Dlibacpi.h51 void *(*alloc)(struct acpi_ctxt *ctxt, uint32_t size, uint32_t align); member
/xen/xen/arch/arm/arm32/
A Dproc-v7.S33 .section ".proc.info", #alloc, #execinstr
42 .section ".proc.info", #alloc, #execinstr
51 .section ".proc.info", #alloc, #execinstr
/xen/tools/firmware/rombios/32bit/
A Dpmm.c489 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()
/xen/xen/arch/arm/
A Ddtb.S1 .section .dtb,#alloc
/xen/xen/test/livepatch/
A DMakefile88 --rename-section=.data=.modinfo,alloc,load,readonly,data,contents -S $@.bin $@
104 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
115 --rename-section=.data=.livepatch.xen_depends,alloc,load,readonly,data,contents -S $@.bin $@
126 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
/xen/xen/arch/x86/boot/
A Dreloc.c38 static u32 alloc; variable
42 return alloc -= ALIGN_UP(bytes, 16); in alloc_mem()
269 alloc = trampoline; in reloc()
/xen/xen/arch/x86/efi/
A Defi-boot.h127 char *alloc = NULL; in place_string() local
135 alloc = ebmalloc(len1 + len2); in place_string()
141 memcpy(alloc, s, len1); in place_string()
144 alloc[len1 - 1] = ' '; in place_string()
145 memcpy(alloc + len1, old, len2); in place_string()
148 *addr = (long)alloc; in place_string()
/xen/xen/arch/x86/pv/
A Dshim.c474 struct evtchn_alloc_unbound alloc = { in pv_shim_event_channel_op() local
489 rc = xen_hypercall_event_channel_op(EVTCHNOP_alloc_unbound, &alloc); in pv_shim_event_channel_op()
494 rc = evtchn_bind_virq(&virq, alloc.port); in pv_shim_event_channel_op()
497 close.port = alloc.port; in pv_shim_event_channel_op()
/xen/xen/common/
A Devent_channel.c279 static long evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc) in evtchn_alloc_unbound() argument
284 domid_t dom = alloc->dom; in evtchn_alloc_unbound()
297 rc = xsm_evtchn_unbound(XSM_TARGET, d, chn, alloc->remote_dom); in evtchn_alloc_unbound()
304 if ( (chn->u.unbound.remote_domid = alloc->remote_dom) == DOMID_SELF ) in evtchn_alloc_unbound()
310 alloc->port = port; in evtchn_alloc_unbound()
/xen/docs/misc/
A Dgrant-tables.txt240 printk("Cannot alloc a frame to surrender\n");
285 /* alloc a page and grant access.
286 * alloc page returns a page struct. */
/xen/tools/libxl/
A Dlibxl_x86_acpi.c178 libxl_ctxt.c.mem_ops.alloc = mem_alloc; in libxl__dom_load_acpi()
A Dlibxl_event.c359 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 DCODING_STYLE60 libxl__*alloc et al. GCNEW, GCNEW_ARRAY, GCREALLOC_ARRAY
/xen/xen/drivers/passthrough/vtd/
A Diommu.c260 static u64 addr_to_dma_page_maddr(struct domain *domain, u64 addr, int alloc) in addr_to_dma_page_maddr() argument
272 (!alloc || in addr_to_dma_page_maddr()
285 if ( !alloc ) in addr_to_dma_page_maddr()
/xen/tools/firmware/hvmloader/
A Dutil.c1016 ctxt.mem_ops.alloc = acpi_mem_alloc; in hvmloader_acpi_build_tables()
/xen/docs/man/
A Dxl.cfg.5.pod.in1354 =item C<be-alloc=BOOLEAN>

Completed in 36 milliseconds