Searched refs:tcm_alloc (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/metag/include/asm/
H A Dtcm.h24 unsigned long tcm_alloc(unsigned int tag, size_t len);
/linux-4.4.14/arch/arm/include/asm/
H A Dtcm.h28 void *tcm_alloc(size_t len);
/linux-4.4.14/arch/metag/kernel/
H A Dtcm.c41 * tcm_alloc - allocate memory from a TCM pool
49 unsigned long tcm_alloc(unsigned int tag, size_t len) tcm_alloc() function
H A Dprocess.c424 tcm_addr = tcm_alloc(tcm_tag, raw_size); __metag_elf_map()
/linux-4.4.14/arch/arm/kernel/
H A Dtcm.c74 void *tcm_alloc(size_t len) tcm_alloc() function
87 EXPORT_SYMBOL(tcm_alloc); variable

Completed in 179 milliseconds