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

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

Completed in 127 milliseconds