Searched refs:end_mem (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/m68k/mm/
H A Dinit.c66 unsigned long end_mem = memory_end & PAGE_MASK; local
69 high_memory = (void *) end_mem;
75 max_zone_pfn[ZONE_DMA] = end_mem >> PAGE_SHIFT;
/linux-master/arch/arc/include/asm/
H A Dsetup.h23 extern int root_mountflags, end_mem;
/linux-master/arch/nios2/mm/
H A Dinit.c65 unsigned long end_mem = memory_end; /* this must not include local
70 end_mem &= PAGE_MASK;
71 high_memory = __va(end_mem);

Completed in 143 milliseconds