Searched refs:l1_inst_sram_alloc (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin-global.h65 extern void *l1_inst_sram_alloc(size_t);
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c571 void *l1_inst_sram_alloc(size_t size) l1_inst_sram_alloc() function
588 pr_debug("Allocated address in l1_inst_sram_alloc is 0x%lx+0x%lx\n", l1_inst_sram_alloc()
596 EXPORT_SYMBOL(l1_inst_sram_alloc); variable
774 addr = l1_inst_sram_alloc(size); sram_alloc_with_lsl()
H A Disram-driver.c361 l1inst = l1_inst_sram_alloc(test_len); isram_test_init()
/linux-4.1.27/arch/blackfin/kernel/
H A Dmodule.c44 dest = l1_inst_sram_alloc(s->sh_size); module_frob_arch_sections()

Completed in 70 milliseconds