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

/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin-global.h64 extern void *l1_data_B_sram_alloc(size_t);
/linux-4.1.27/arch/blackfin/kernel/
H A Dmodule.c77 dest = l1_data_B_sram_alloc(s->sh_size); module_frob_arch_sections()
87 dest = l1_data_B_sram_alloc(s->sh_size); module_frob_arch_sections()
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c488 void *l1_data_B_sram_alloc(size_t size) l1_data_B_sram_alloc() function
505 pr_debug("Allocated address in l1_data_B_sram_alloc is 0x%lx+0x%lx\n", l1_data_B_sram_alloc()
513 EXPORT_SYMBOL(l1_data_B_sram_alloc); variable
544 addr = l1_data_B_sram_alloc(size); l1_data_sram_alloc()
780 addr = l1_data_B_sram_alloc(size); sram_alloc_with_lsl()

Completed in 80 milliseconds