Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dbfin-global.h65 extern void *l1_inst_sram_alloc(size_t);
/arch/blackfin/mm/
Dsram-alloc.c571 void *l1_inst_sram_alloc(size_t size) in l1_inst_sram_alloc() function
596 EXPORT_SYMBOL(l1_inst_sram_alloc);
774 addr = l1_inst_sram_alloc(size); in sram_alloc_with_lsl()
Disram-driver.c361 l1inst = l1_inst_sram_alloc(test_len); in isram_test_init()
/arch/blackfin/kernel/
Dmodule.c44 dest = l1_inst_sram_alloc(s->sh_size); in module_frob_arch_sections()