Home
last modified time | relevance | path

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

/linux-3.3/arch/blackfin/include/asm/
Dbfin-global.h71 extern void *sram_alloc_with_lsl(size_t, unsigned long);
/linux-3.3/arch/blackfin/kernel/
Dsys_bfin.c29 return sram_alloc_with_lsl(size, flags); in sys_sram_alloc()
/linux-3.3/arch/blackfin/mm/
Dsram-alloc.c727 void *sram_alloc_with_lsl(size_t size, unsigned long flags) in sram_alloc_with_lsl() function
759 EXPORT_SYMBOL(sram_alloc_with_lsl);