Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/include/asm/
Dbfin-global.h64 extern void *l1_data_B_sram_alloc(size_t);
/linux-4.4.14/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-4.4.14/arch/blackfin/mm/
Dsram-alloc.c488 void *l1_data_B_sram_alloc(size_t size) in l1_data_B_sram_alloc() function
513 EXPORT_SYMBOL(l1_data_B_sram_alloc);
544 addr = l1_data_B_sram_alloc(size); in l1_data_sram_alloc()
780 addr = l1_data_B_sram_alloc(size); in sram_alloc_with_lsl()