Home
last modified time | relevance | path

Searched refs:malloc_cache_aligned (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/arch/arm/mach-imx/
A Dcmd_mfgprot.c51 dst_ptr = malloc_cache_aligned(FSL_CAAM_MP_PUBK_BYTES); in do_mfgprot()
78 dgst_ptr = malloc_cache_aligned(FSL_CAAM_MP_MES_DGST_BYTES); in do_mfgprot()
84 c_ptr = malloc_cache_aligned(FSL_CAAM_MP_PRVK_BYTES); in do_mfgprot()
90 d_ptr = malloc_cache_aligned(FSL_CAAM_MP_PRVK_BYTES); in do_mfgprot()
/u-boot/lib/
A Dlinux_compat.c24 p = malloc_cache_aligned(size); in kmalloc()
43 return malloc_cache_aligned(obj->sz); in kmem_cache_alloc()
A Dgzip.c29 p = malloc_cache_aligned(size); in zalloc()
A Dgunzip.c208 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
/u-boot/arch/nios2/include/asm/
A Ddma-mapping.h13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
/u-boot/drivers/crypto/fsl/
A Dfsl_blob.c44 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()
116 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
A Dfsl_hash.c189 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
/u-boot/include/
A Dmemalign.h109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
/u-boot/fs/fat/
A Dfat.c367 tmp_buffer = malloc_cache_aligned(actsize); in get_contents()
501 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()
628 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()
1173 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1215 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1253 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_read_file()
1302 dir = malloc_cache_aligned(sizeof(*dir)); in fat_opendir()
A Dfat_write.c1341 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()
1452 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()
1464 fsdata.fatbuf = malloc_cache_aligned(FATBUFSIZE); in fat_dir_entries()
1587 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_unlink()
1666 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_mkdir()
1728 dotdent = malloc_cache_aligned(bytesperclust); in fat_mkdir()
/u-boot/common/
A Dautoboot.c169 presskey = malloc_cache_aligned(DELAY_STOP_STR_MAX_LENGTH); in passwd_abort_sha256()
188 sha = malloc_cache_aligned(SHA256_SUM_LEN); in passwd_abort_sha256()
A Dusb.c1113 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()
/u-boot/cmd/
A Dpstore.c275 buffer = malloc_cache_aligned(buffer_size); in pstore_display()
385 buffer = malloc_cache_aligned(buffer_size); in pstore_save()
A Dubi.c462 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
/u-boot/fs/squashfs/
A Dsqfs.c47 *sblk = malloc_cache_aligned(ctxt.cur_dev->blksz); in sqfs_read_sblk()
131 table = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()
156 metadata_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()
712 itb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_inode_table()
802 dtb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_directory_table()
1468 data_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()
1534 fragment = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()
/u-boot/fs/btrfs/
A Dinode.c480 cbuf = malloc_cache_aligned(csize); in btrfs_read_extent_reg()
481 dbuf = malloc_cache_aligned(dsize); in btrfs_read_extent_reg()
636 buf = malloc_cache_aligned(fs_info->sectorsize); in read_and_truncate_page()
A Dextent-io.c572 eb->data = malloc_cache_aligned(blocksize); in __alloc_extent_buffer()
/u-boot/boot/
A Dandroid_ab.c107 *abc = malloc_cache_aligned(abc_blocks * part_info->blksz); in ab_control_create_from_disk()
/u-boot/common/spl/
A Dspl_fit.c422 tmpbuffer = malloc_cache_aligned(size); in spl_fit_append_fdt()
530 buf = malloc_cache_aligned(size); in spl_get_fit_load_buffer()
/u-boot/fs/ubifs/
A Dubifs.c91 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()
771 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
/u-boot/disk/
A Dpart_efi.c608 gpt_h = malloc_cache_aligned(size); in gpt_restore()
617 gpt_e = malloc_cache_aligned(size); in gpt_restore()
/u-boot/drivers/dma/
A Dbcm6348-iudma.c306 malloc_cache_aligned(sizeof(struct bcm6348_dma_desc) * in bcm6348_iudma_request()
/u-boot/drivers/mtd/nand/raw/
A Dcortina_nand.c188 info->tx_desc = malloc_cache_aligned((sizeof(struct tx_descriptor_t) * in init_nand_dma()
190 info->rx_desc = malloc_cache_aligned((sizeof(struct rx_descriptor_t) * in init_nand_dma()
A Dnand_util.c845 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
/u-boot/drivers/net/
A Daltera_tse.c658 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()

Completed in 53 milliseconds

12