Home
last modified time | relevance | path

Searched refs:tcm_free (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/metag/include/asm/
Dtcm.h25 void tcm_free(unsigned int tag, unsigned long addr, size_t len);
Dmmu_context.h44 tcm_free(pos->tag, pos->addr, pos->size); in destroy_context()
/linux-4.4.14/arch/arm/include/asm/
Dtcm.h29 void tcm_free(void *addr, size_t len);
/linux-4.4.14/arch/arm/kernel/
Dtcm.c92 void tcm_free(void *addr, size_t len) in tcm_free() function
96 EXPORT_SYMBOL(tcm_free);
/linux-4.4.14/arch/metag/kernel/
Dtcm.c74 void tcm_free(unsigned int tag, unsigned long addr, size_t len) in tcm_free() function
/linux-4.4.14/Documentation/arm/
Dtcm.txt72 and provice tcm_alloc() and tcm_free() for this
153 tcm_free(tcmem, 20);
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm.h193 static inline s32 tcm_free(struct tcm_area *area) in tcm_free() function
Domap_dmm_tiler.c421 int ret = tcm_free(&block->area); in tiler_release()