/xen/stubdom/vtpmmgr/ |
A D | marshal.h | 290 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 D | build.c | 93 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 D | libacpi.h | 51 void *(*alloc)(struct acpi_ctxt *ctxt, uint32_t size, uint32_t align); member
|
/xen/xen/arch/arm/arm32/ |
A D | proc-v7.S | 33 .section ".proc.info", #alloc, #execinstr 42 .section ".proc.info", #alloc, #execinstr 51 .section ".proc.info", #alloc, #execinstr
|
/xen/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()
|
/xen/xen/arch/arm/ |
A D | dtb.S | 1 .section .dtb,#alloc
|
/xen/xen/test/livepatch/ |
A D | Makefile | 88 --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 D | reloc.c | 38 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 D | efi-boot.h | 127 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 D | shim.c | 474 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 D | event_channel.c | 279 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 D | grant-tables.txt | 240 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 D | libxl_x86_acpi.c | 178 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
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 260 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 D | util.c | 1016 ctxt.mem_ops.alloc = acpi_mem_alloc; in hvmloader_acpi_build_tables()
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1354 =item C<be-alloc=BOOLEAN>
|