Searched refs:memory_end (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/arch/m68k/sun3/ |
D | config.c | 108 unsigned long memory_end) in sun3_bootmem_alloc() argument 114 memory_end = memory_end & PAGE_MASK; in sun3_bootmem_alloc() 117 max_pfn = num_pages = __pa(memory_end) >> PAGE_SHIFT; in sun3_bootmem_alloc() 119 high_memory = (void *)memory_end; in sun3_bootmem_alloc() 128 unsigned long memory_start, memory_end; in config_sun3() local 145 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE; in config_sun3() 150 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
|
/linux-5.19.10/arch/m68k/kernel/ |
D | setup_no.c | 44 unsigned long memory_end; variable 47 EXPORT_SYMBOL(memory_end); 86 memory_end = _ramend; in setup_arch() 143 __bss_stop, memory_start, memory_start, memory_end); in setup_arch() 145 memblock_add(_rambase, memory_end - _rambase); in setup_arch() 158 max_pfn = max_low_pfn = PFN_DOWN(memory_end); in setup_arch() 162 (initrd_end < memory_end)) in setup_arch()
|
/linux-5.19.10/arch/nios2/kernel/ |
D | setup.c | 32 unsigned long memory_end; variable 33 EXPORT_SYMBOL(memory_end); 155 memory_end = memblock_end_of_DRAM(); in setup_arch()
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | page_no.h | 8 extern unsigned long memory_end; 34 ((unsigned long)(kaddr) < memory_end))
|
/linux-5.19.10/arch/nios2/mm/ |
D | init.c | 64 unsigned long end_mem = memory_end; /* this must not include in mem_init() 67 pr_debug("mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
|
/linux-5.19.10/arch/openrisc/kernel/ |
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-5.19.10/include/asm-generic/ |
D | page.h | 62 extern unsigned long memory_end; 90 ((void *)(kaddr) < (void *)memory_end))
|
/linux-5.19.10/arch/sh/mm/ |
D | uncached.c | 35 uncached_start = memory_end; in uncached_init()
|
D | init.c | 308 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
|
D | pmb.c | 89 return ppn >= __pa(memory_start) && ppn < __pa(memory_end); in pmb_ppn_in_range()
|
/linux-5.19.10/arch/sh/kernel/ |
D | setup.c | 100 unsigned long memory_end = 0; variable 101 EXPORT_SYMBOL(memory_end);
|
/linux-5.19.10/arch/m68k/mm/ |
D | init.c | 66 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
|
/linux-5.19.10/arch/nios2/include/asm/ |
D | page.h | 74 extern unsigned long memory_end;
|
/linux-5.19.10/arch/sh/include/asm/ |
D | page.h | 51 extern unsigned long memory_start, memory_end, memory_limit;
|
/linux-5.19.10/arch/sh/drivers/pci/ |
D | pci-sh7780.c | 300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init()
|
D | pcie-sh7786.c | 362 memend = __pa(memory_end); in pcie_init()
|