Searched refs:l1_data_A_sram_alloc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin-global.h63 extern void *l1_data_A_sram_alloc(size_t);
/linux-4.1.27/arch/blackfin/mm/
H A Dsram-alloc.c437 void *l1_data_A_sram_alloc(size_t size) l1_data_A_sram_alloc() function
454 pr_debug("Allocated address in l1_data_A_sram_alloc is 0x%lx+0x%lx\n", l1_data_A_sram_alloc()
462 EXPORT_SYMBOL(l1_data_A_sram_alloc); variable
541 void *addr = l1_data_A_sram_alloc(size); l1_data_sram_alloc()
777 addr = l1_data_A_sram_alloc(size); sram_alloc_with_lsl()

Completed in 64 milliseconds