Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dbfin-global.h74 extern void *l1_data_B_sram_alloc(size_t);
/arch/blackfin/mm/
Dsram-alloc.c457 void *l1_data_B_sram_alloc(size_t size) in l1_data_B_sram_alloc() function
483 EXPORT_SYMBOL(l1_data_B_sram_alloc);
515 addr = l1_data_B_sram_alloc(size); in l1_data_sram_alloc()
752 addr = l1_data_B_sram_alloc(size); in sram_alloc_with_lsl()
/arch/blackfin/kernel/
Dmodule.c115 dest = l1_data_B_sram_alloc(s->sh_size); in module_frob_arch_sections()
128 dest = l1_data_B_sram_alloc(s->sh_size); in module_frob_arch_sections()