Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlinux_compat.c22 p = malloc_cache_aligned(size); in kmalloc()
41 return malloc_cache_aligned(obj->sz); in kmem_cache_alloc()
H A Dgzip.c28 p = malloc_cache_aligned(size); in zalloc()
H A Dgunzip.c205 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
/openbmc/u-boot/arch/nios2/include/asm/
H A Ddma-mapping.h13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
/openbmc/u-boot/drivers/crypto/fsl/
H A 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()
H A Dfsl_hash.c168 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
/openbmc/u-boot/fs/fat/
H A Dfat.c354 tmp_buffer = malloc_cache_aligned(actsize); in get_contents()
489 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()
611 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()
1082 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1102 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1139 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
1204 dir = malloc_cache_aligned(sizeof(*dir)); in fat_opendir()
H A Dfat_write.c1080 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()
1201 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()
1213 fsdata.fatbuf = malloc_cache_aligned(FATBUFSIZE); in fat_dir_entries()
1282 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_unlink()
1361 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_mkdir()
1416 dotdent = malloc_cache_aligned(bytesperclust); in fat_mkdir()
/openbmc/u-boot/include/
H A Dmemalign.h109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c93 cbuf = malloc_cache_aligned(dlen > size ? clen + dlen : clen); in btrfs_read_extent_reg()
H A Dctree.c126 res = malloc_cache_aligned(size); in read_tree_node()
/openbmc/u-boot/drivers/video/
H A 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()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c101 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()
781 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
H A Dsuper.c62 inode = (struct inode *)malloc_cache_aligned( in iget_locked()
110 ino = (struct inode *)malloc_cache_aligned(sizeof(struct ubifs_inode)); in iput()
/openbmc/u-boot/disk/
H A Dpart_efi.c635 gpt_h = malloc_cache_aligned(size); in gpt_restore()
644 gpt_e = malloc_cache_aligned(size); in gpt_restore()
/openbmc/u-boot/cmd/
H A Dubi.c352 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
/openbmc/u-boot/drivers/dma/
H A Dbcm6348-iudma.c300 malloc_cache_aligned(sizeof(struct bcm6348_dma_desc) * in bcm6348_iudma_request()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c842 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
/openbmc/u-boot/drivers/net/
H A Daltera_tse.c655 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()
/openbmc/u-boot/common/
H A Dusb.c1094 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()