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

/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin-global.h68 extern void *l2_sram_alloc(size_t);
/linux-4.1.27/arch/blackfin/kernel/
H A Dmodule.c99 dest = l2_sram_alloc(s->sh_size); module_frob_arch_sections()
111 dest = l2_sram_alloc(s->sh_size); module_frob_arch_sections()
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c682 void *l2_sram_alloc(size_t size) l2_sram_alloc() function
697 pr_debug("Allocated address in l2_sram_alloc is 0x%lx+0x%lx\n", l2_sram_alloc()
705 EXPORT_SYMBOL(l2_sram_alloc); variable
709 void *addr = l2_sram_alloc(size); l2_sram_zalloc()
783 addr = l2_sram_alloc(size); sram_alloc_with_lsl()

Completed in 119 milliseconds