Searched refs:l2_sram_free (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin-global.h74 extern int l2_sram_free(const void *);
/linux-4.1.27/arch/blackfin/kernel/
H A Dmodule.c286 l2_sram_free(mod->arch.text_l2); module_arch_cleanup()
287 l2_sram_free(mod->arch.data_l2); module_arch_cleanup()
288 l2_sram_free(mod->arch.bss_l2); module_arch_cleanup()
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c430 return l2_sram_free(addr); sram_free()
718 int l2_sram_free(const void *addr) l2_sram_free() function
738 EXPORT_SYMBOL(l2_sram_free); variable

Completed in 149 milliseconds