Home
last modified time | relevance | path

Searched refs:memory_mtd_start (Results 1 – 4 of 4) sorted by relevance

/arch/blackfin/include/asm/
Dsections.h11 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;
/arch/blackfin/kernel/
Dsetup.c57 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
59 EXPORT_SYMBOL(memory_mtd_start);
638 uclinux_ram_map.phys = memory_mtd_start = memory_end; in memory_setup()
641 _end, mtd_size, (void *)memory_mtd_start); in memory_setup()
699 , (void *)memory_mtd_start, (void *)(memory_mtd_start + mtd_size) in memory_setup()
Dprocess.c385 if (in_mem(addr, size, memory_mtd_start, memory_mtd_end)) in _access_ok()
/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c125 uncached_end = memory_mtd_start + mtd_size; in generate_cplb_tables_all()