Searched refs:memory_end (Results 1 – 15 of 15) sorted by relevance
/linux/arch/m68k/sun3/ |
H A D | config.c | 110 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 D | setup_no.c | 44 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 D | setup.c | 31 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 D | page_no.h | 8 extern unsigned long memory_end; 36 ((unsigned long)(kaddr) < memory_end))
|
/linux/arch/openrisc/kernel/ |
H A D | setup.c | 50 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 D | init.c | 65 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 D | uncached.c | 35 uncached_start = memory_end; in uncached_init()
|
H A D | init.c | 304 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
|
H A D | pmb.c | 89 return ppn >= __pa(memory_start) && ppn < __pa(memory_end); in pmb_ppn_in_range()
|
/linux/arch/sh/kernel/ |
H A D | setup.c | 96 unsigned long memory_end = 0; variable 97 EXPORT_SYMBOL(memory_end);
|
/linux/arch/m68k/mm/ |
H A D | init.c | 66 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
|
/linux/arch/nios2/include/asm/ |
H A D | page.h | 74 extern unsigned long memory_end;
|
/linux/arch/sh/include/asm/ |
H A D | page.h | 40 extern unsigned long memory_start, memory_end, memory_limit;
|
/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init()
|
H A D | pcie-sh7786.c | 361 memend = __pa(memory_end); in pcie_init()
|