Searched refs:malloc_cache_aligned (Results 1 – 25 of 26) sorted by relevance
12
51 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()
24 p = malloc_cache_aligned(size); in kmalloc()43 return malloc_cache_aligned(obj->sz); in kmem_cache_alloc()
29 p = malloc_cache_aligned(size); in zalloc()
208 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
44 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()
189 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
367 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()
1341 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()
169 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()
1113 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()
275 buffer = malloc_cache_aligned(buffer_size); in pstore_display()385 buffer = malloc_cache_aligned(buffer_size); in pstore_save()
462 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
47 *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()
480 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()
572 eb->data = malloc_cache_aligned(blocksize); in __alloc_extent_buffer()
107 *abc = malloc_cache_aligned(abc_blocks * part_info->blksz); in ab_control_create_from_disk()
422 tmpbuffer = malloc_cache_aligned(size); in spl_fit_append_fdt()530 buf = malloc_cache_aligned(size); in spl_get_fit_load_buffer()
91 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()771 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
608 gpt_h = malloc_cache_aligned(size); in gpt_restore()617 gpt_e = malloc_cache_aligned(size); in gpt_restore()
306 malloc_cache_aligned(sizeof(struct bcm6348_dma_desc) * in bcm6348_iudma_request()
188 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()
845 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
658 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()
Completed in 53 milliseconds