Searched refs:_sram_proc_show (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/blackfin/mm/ |
| D | sram-alloc.c | 804 static int _sram_proc_show(struct seq_file *m, const char *desc, in _sram_proc_show() function 843 if (_sram_proc_show(m, "Scratchpad", in sram_proc_show() 847 if (_sram_proc_show(m, "L1 Data A", in sram_proc_show() 853 if (_sram_proc_show(m, "L1 Data B", in sram_proc_show() 859 if (_sram_proc_show(m, "L1 Instruction", in sram_proc_show() 866 if (_sram_proc_show(m, "L2", &free_l2_sram_head, &used_l2_sram_head)) in sram_proc_show()
|