Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Ddma-mapping.h13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c498 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()
602 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()
1040 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1060 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1097 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h110 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
/OK3568_Linux_fs/u-boot/lib/
H A Dgzip.c29 p = malloc_cache_aligned(size); in zalloc()
H A Dgunzip.c217 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c102 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()
782 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
H A Dsuper.c63 inode = (struct inode *)malloc_cache_aligned( in iget_locked()
111 ino = (struct inode *)malloc_cache_aligned(sizeof(struct ubifs_inode)); in iput()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c795 gpt_h = malloc_cache_aligned(size); in gpt_restore()
804 gpt_e = malloc_cache_aligned(size); in gpt_restore()
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c366 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c835 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Daltera_tse.c655 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()
/OK3568_Linux_fs/u-boot/common/
H A Dusb.c1114 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()