| /u-boot/arch/xtensa/include/asm/arch-dc233c/ |
| A D | tie-asm.h | 54 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 62 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 74 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 92 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 118 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 126 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 138 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 156 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0
|
| /u-boot/lib/lzma/ |
| A D | LzmaDec.h | 130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc); 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc); 221 ELzmaStatus *status, ISzAlloc *alloc);
|
| A D | LzmaDec.c | 908 alloc->Free(alloc, p->probs); in LzmaDec_FreeProbs() 914 alloc->Free(alloc, p->dic); in LzmaDec_FreeDict() 920 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 921 LzmaDec_FreeDict(p, alloc); in LzmaDec_Free() 955 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 956 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2() 982 LzmaDec_FreeDict(p, alloc); in LzmaDec_Allocate() 983 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate() 986 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode() argument [all …]
|
| A D | lzma.txt | 345 ISzAlloc alloc = { SzAlloc, SzFree }; 363 ELzmaStatus *status, ISzAlloc *alloc); 376 alloc - Memory allocator. 455 1) alloc - for small arrays. 461 It's OK to use same allocator for alloc and allocBig. 542 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
|
| /u-boot/arch/xtensa/include/asm/arch-de212/ |
| A D | tie-asm.h | 55 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 65 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 83 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 109 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 119 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 137 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0
|
| /u-boot/lib/efi_loader/ |
| A D | efi_memory.c | 74 static u64 checksum(struct efi_pool_allocation *alloc) in checksum() argument 76 u64 addr = (uintptr_t)alloc; in checksum() 633 struct efi_pool_allocation *alloc; in efi_allocate_pool() local 649 alloc->num_pages = num_pages; in efi_allocate_pool() 650 alloc->checksum = checksum(alloc); in efi_allocate_pool() 651 *buffer = alloc->data; in efi_allocate_pool() 688 struct efi_pool_allocation *alloc; in efi_free_pool() local 700 if (((uintptr_t)alloc & EFI_PAGE_MASK) || in efi_free_pool() 701 alloc->checksum != checksum(alloc)) { in efi_free_pool() 706 alloc->checksum = 0; in efi_free_pool() [all …]
|
| /u-boot/drivers/smem/ |
| A D | smem-uclass.c | 17 if (!ops->alloc) in smem_alloc() 20 return ops->alloc(host, item, size); in smem_alloc()
|
| A D | sandbox_smem.c | 30 .alloc = sandbox_smem_alloc,
|
| /u-boot/drivers/misc/ |
| A D | qfw.c | 40 align = le32_to_cpu(entry->alloc.align); in bios_linker_allocate() 47 file = qfw_find_file(dev, entry->alloc.file); in bios_linker_allocate() 49 printf("error: can't find file %s\n", entry->alloc.file); in bios_linker_allocate() 61 if (entry->alloc.zone == BIOS_LINKER_LOADER_ALLOC_ZONE_HIGH) { in bios_linker_allocate() 67 } else if (entry->alloc.zone == BIOS_LINKER_LOADER_ALLOC_ZONE_FSEG) { in bios_linker_allocate() 75 file->cfg.name, size, entry->alloc.zone, align, aligned_addr); in bios_linker_allocate() 82 if (entry->alloc.zone == BIOS_LINKER_LOADER_ALLOC_ZONE_FSEG) in bios_linker_allocate()
|
| /u-boot/drivers/net/fm/ |
| A D | fm.c | 44 save = muram[fm_idx].alloc; in fm_muram_alloc() 48 muram[fm_idx].alloc += (align - off); in fm_muram_alloc() 52 if ((muram[fm_idx].alloc + size) >= muram[fm_idx].top) { in fm_muram_alloc() 53 muram[fm_idx].alloc = save; in fm_muram_alloc() 58 ret = muram[fm_idx].alloc; in fm_muram_alloc() 59 muram[fm_idx].alloc += size; in fm_muram_alloc() 71 muram[fm_idx].alloc = base + FM_MURAM_RES_SIZE; in fm_init_muram()
|
| A D | fm.h | 31 void *alloc; member
|
| /u-boot/include/ |
| A D | smem.h | 29 int (*alloc)(unsigned int host, member
|
| A D | qfw.h | 110 } alloc; member
|
| /u-boot/scripts/coccinelle/null/ |
| A D | kmerr.cocci | 66 cocci.print_main("alloc call",p1) 74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
| /u-boot/lib/ |
| A D | lmb.c | 417 phys_addr_t alloc; in lmb_alloc_base() local 419 alloc = __lmb_alloc_base(lmb, size, align, max_addr); in lmb_alloc_base() 421 if (alloc == 0) in lmb_alloc_base() 425 return alloc; in lmb_alloc_base()
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | intel,baytrail-fsp.txt | 59 - fsp,igd-dvmt50-pre-alloc 126 fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_64MB>;
|
| /u-boot/doc/board/openpiton/ |
| A D | riscv64.rst | 168 [ 0.000000] pcpu-alloc: s25368 r8192 d31976 u65536 alloc=16*4096 169 [ 0.000000] pcpu-alloc: [0] 0 175 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
|
| /u-boot/drivers/core/ |
| A D | device.c | 104 bool alloc = !plat; in device_bind_common() local 114 alloc = true; in device_bind_common() 116 if (alloc) { in device_bind_common()
|
| /u-boot/arch/powerpc/dts/ |
| A D | t1040si-post.dtsi | 12 alloc-ranges = <0 0 0x10000 0>; 17 alloc-ranges = <0 0 0x10000 0>; 22 alloc-ranges = <0 0 0x10000 0>;
|
| /u-boot/doc/board/starfive/ |
| A D | visionfive2.rst | 307 [ 0.000000] pcpu-alloc: s35960 r8192 d29576 u73728 alloc=18*4096 308 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 313 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
|
| /u-boot/arch/x86/dts/ |
| A D | cherryhill.dts | 172 fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_32MB>;
|
| A D | bayleybay.dts | 266 fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_64MB>;
|
| /u-boot/board/qualcomm/dragonboard820c/ |
| A D | readme.txt | 328 [ 0.000000] pcpu-alloc: s57240 r8192 d28776 u94208 alloc=23*4096 329 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
|
| /u-boot/doc/device-tree-bindings/reserved-memory/ |
| A D | reserved-memory.txt | 40 alloc-ranges (optional) - prop-encoded-array (address, length pairs).
|
| /u-boot/arch/arm/dts/ |
| A D | imx8mm-tqma8mqml.dtsi | 47 alloc-ranges = <0 0x40000000 0 0x78000000>;
|