Home
last modified time | relevance | path

Searched refs:tcm_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/metag/include/asm/
Dtcm.h24 unsigned long tcm_alloc(unsigned int tag, size_t len);
/linux-4.1.27/arch/arm/include/asm/
Dtcm.h28 void *tcm_alloc(size_t len);
/linux-4.1.27/arch/arm/kernel/
Dtcm.c71 void *tcm_alloc(size_t len) in tcm_alloc() function
84 EXPORT_SYMBOL(tcm_alloc);
/linux-4.1.27/arch/metag/kernel/
Dtcm.c49 unsigned long tcm_alloc(unsigned int tag, size_t len) in tcm_alloc() function
Dprocess.c424 tcm_addr = tcm_alloc(tcm_tag, raw_size); in __metag_elf_map()
/linux-4.1.27/Documentation/arm/
Dtcm.txt72 and provice tcm_alloc() and tcm_free() for this
143 tcmem = tcm_alloc(20);