Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arm/include/asm/
Dtcm.h29 void tcm_free(void *addr, size_t len);
/linux-4.1.27/arch/arm/kernel/
Dtcm.c89 void tcm_free(void *addr, size_t len) in tcm_free() function
93 EXPORT_SYMBOL(tcm_free);
/linux-4.1.27/arch/metag/kernel/
Dtcm.c74 void tcm_free(unsigned int tag, unsigned long addr, size_t len) in tcm_free() function
/linux-4.1.27/Documentation/arm/
Dtcm.txt72 and provice tcm_alloc() and tcm_free() for this
153 tcm_free(tcmem, 20);
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Dtcm.h193 static inline s32 tcm_free(struct tcm_area *area) in tcm_free() function
Domap_dmm_tiler.c420 int ret = tcm_free(&block->area); in tiler_release()