Home
last modified time | relevance | path

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

12

/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()
109 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
A Dfsl_hash.c171 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/common/
A Dautoboot.c94 presskey = malloc_cache_aligned(MAX_DELAY_STOP_STR); in passwd_abort_sha256()
113 sha = malloc_cache_aligned(SHA256_SUM_LEN); in passwd_abort_sha256()
A Dandroid_ab.c107 *abc = malloc_cache_aligned(abc_blocks * part_info->blksz); in ab_control_create_from_disk()
A Dusb.c1106 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()
/u-boot/fs/fat/
A Dfat.c370 tmp_buffer = malloc_cache_aligned(actsize); in get_contents()
504 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()
631 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()
1206 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1226 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1264 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
1325 dir = malloc_cache_aligned(sizeof(*dir)); in fat_opendir()
A Dfat_write.c1336 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()
1447 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()
1459 fsdata.fatbuf = malloc_cache_aligned(FATBUFSIZE); in fat_dir_entries()
1582 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_unlink()
1661 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_mkdir()
1723 dotdent = malloc_cache_aligned(bytesperclust); in fat_mkdir()
/u-boot/cmd/
A Dpstore.c274 buffer = malloc_cache_aligned(buffer_size); in pstore_display()
384 buffer = malloc_cache_aligned(buffer_size); in pstore_save()
A Dubi.c397 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
/u-boot/fs/squashfs/
A Dsqfs.c46 *sblk = malloc_cache_aligned(ctxt.cur_dev->blksz); in sqfs_read_sblk()
124 table = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()
149 metadata_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()
705 itb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_inode_table()
792 dtb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_directory_table()
1454 data_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()
1522 fragment = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()
/u-boot/fs/btrfs/
A Dinode.c474 cbuf = malloc_cache_aligned(csize); in btrfs_read_extent_reg()
475 dbuf = malloc_cache_aligned(dsize); in btrfs_read_extent_reg()
625 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/drivers/video/
A Dda8xx-fb.c931 da8xx_fb_info = malloc_cache_aligned(size); in video_hw_init()
956 par->vram_virt = malloc_cache_aligned(par->vram_size); in video_hw_init()
979 par->v_palette_base = malloc_cache_aligned(PALETTE_SIZE); in video_hw_init()
/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.c618 gpt_h = malloc_cache_aligned(size); in gpt_restore()
627 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 Dnand_util.c845 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
A Dcortina_nand.c187 info->tx_desc = malloc_cache_aligned((sizeof(struct tx_descriptor_t) * in init_nand_dma()
189 info->rx_desc = malloc_cache_aligned((sizeof(struct rx_descriptor_t) * in init_nand_dma()
/u-boot/drivers/net/
A Dpcnet.c530 lp = malloc_cache_aligned(sizeof(*lp)); in pcnet_initialize()
A Daltera_tse.c658 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()

Completed in 68 milliseconds

12