Home
last modified time | relevance | path

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

/linux-3.3/arch/blackfin/include/asm/
Dbfin-global.h53 extern void *l1_data_B_sram_alloc(size_t);
/linux-3.3/arch/blackfin/kernel/
Dmodule.c77 dest = l1_data_B_sram_alloc(s->sh_size); in module_frob_arch_sections()
87 dest = l1_data_B_sram_alloc(s->sh_size); in module_frob_arch_sections()
/linux-3.3/arch/blackfin/mm/
Dsram-alloc.c452 void *l1_data_B_sram_alloc(size_t size) in l1_data_B_sram_alloc() function
477 EXPORT_SYMBOL(l1_data_B_sram_alloc);
508 addr = l1_data_B_sram_alloc(size); in l1_data_sram_alloc()
744 addr = l1_data_B_sram_alloc(size); in sram_alloc_with_lsl()