Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Dfsl_blob.c41 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()
106 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
Dfsl_hash.c168 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
/external/u-boot/arch/nios2/include/asm/
Ddma-mapping.h13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
/external/u-boot/fs/fat/
Dfat.c491 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()
595 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()
1030 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1050 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1087 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
1144 dir = malloc_cache_aligned(sizeof(*dir)); in fat_opendir()
/external/u-boot/include/
Dmemalign.h109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
/external/u-boot/lib/
Dgzip.c28 p = malloc_cache_aligned(size); in zalloc()
Dgunzip.c205 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
/external/u-boot/drivers/video/
Dda8xx-fb.c927 da8xx_fb_info = malloc_cache_aligned(size); in video_hw_init()
952 par->vram_virt = malloc_cache_aligned(par->vram_size); in video_hw_init()
975 par->v_palette_base = malloc_cache_aligned(PALETTE_SIZE); in video_hw_init()
/external/u-boot/fs/ubifs/
Dubifs.c101 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()
779 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
Dsuper.c62 inode = (struct inode *)malloc_cache_aligned( in iget_locked()
110 ino = (struct inode *)malloc_cache_aligned(sizeof(struct ubifs_inode)); in iput()
/external/u-boot/disk/
Dpart_efi.c636 gpt_h = malloc_cache_aligned(size); in gpt_restore()
645 gpt_e = malloc_cache_aligned(size); in gpt_restore()
/external/u-boot/cmd/
Dubi.c367 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
/external/u-boot/drivers/mtd/nand/
Dnand_util.c842 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
/external/u-boot/drivers/net/
Daltera_tse.c655 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()
/external/u-boot/common/
Dusb.c1094 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()