Home
last modified time | relevance | path

Searched refs:memory_end (Results 1 – 15 of 15) sorted by relevance

/linux/arch/m68k/sun3/
H A Dconfig.c110 unsigned long memory_end) in sun3_bootmem_alloc() argument
114 memory_end = memory_end & PAGE_MASK; in sun3_bootmem_alloc()
116 max_pfn = num_pages = __pa(memory_end) >> PAGE_SHIFT; in sun3_bootmem_alloc()
118 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
127 unsigned long memory_start, memory_end; in config_sun3() local
144 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE; in config_sun3()
149 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
/linux/arch/m68k/kernel/
H A Dsetup_no.c44 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
86 memory_end = _ramend; in setup_arch()
142 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
144 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
157 max_pfn = max_low_pfn = PFN_DOWN(memory_end); in setup_arch()
161 (initrd_end < memory_end)) in setup_arch()
/linux/arch/nios2/kernel/
H A Dsetup.c31 unsigned long memory_end; variable
32 EXPORT_SYMBOL(memory_end);
150 memory_end = memblock_end_of_DRAM(); in setup_arch()
/linux/arch/m68k/include/asm/
H A Dpage_no.h8 extern unsigned long memory_end;
36 ((unsigned long)(kaddr) < memory_end))
/linux/arch/openrisc/kernel/
H A Dsetup.c50 phys_addr_t memory_start, memory_end; in setup_memory() local
52 memory_end = memory_start = 0; in setup_memory()
56 memory_end = memblock_end_of_DRAM(); in setup_memory()
58 if (!memory_end) { in setup_memory()
/linux/arch/nios2/mm/
H A Dinit.c65 unsigned long end_mem = memory_end; /* this must not include in mem_init()
68 pr_debug("mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
/linux/arch/sh/mm/
H A Duncached.c35 uncached_start = memory_end; in uncached_init()
H A Dinit.c304 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
H A Dpmb.c89 return ppn >= __pa(memory_start) && ppn < __pa(memory_end); in pmb_ppn_in_range()
/linux/arch/sh/kernel/
H A Dsetup.c96 unsigned long memory_end = 0; variable
97 EXPORT_SYMBOL(memory_end);
/linux/arch/m68k/mm/
H A Dinit.c66 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
/linux/arch/nios2/include/asm/
H A Dpage.h74 extern unsigned long memory_end;
/linux/arch/sh/include/asm/
H A Dpage.h40 extern unsigned long memory_start, memory_end, memory_limit;
/linux/arch/sh/drivers/pci/
H A Dpci-sh7780.c300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init()
H A Dpcie-sh7786.c361 memend = __pa(memory_end); in pcie_init()