Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dbfin-global.h68 extern void *l2_sram_alloc(size_t);
/arch/blackfin/kernel/
Dmodule.c99 dest = l2_sram_alloc(s->sh_size); in module_frob_arch_sections()
111 dest = l2_sram_alloc(s->sh_size); in module_frob_arch_sections()
/arch/blackfin/mm/
Dsram-alloc.c682 void *l2_sram_alloc(size_t size) in l2_sram_alloc() function
705 EXPORT_SYMBOL(l2_sram_alloc);
709 void *addr = l2_sram_alloc(size); in l2_sram_zalloc()
783 addr = l2_sram_alloc(size); in sram_alloc_with_lsl()