Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/sun3/
A Dconfig.c108 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-6.3-rc2/arch/m68k/kernel/
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-6.3-rc2/arch/nios2/kernel/
A Dsetup.c32 unsigned long memory_end; variable
33 EXPORT_SYMBOL(memory_end);
155 memory_end = memblock_end_of_DRAM(); in setup_arch()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dpage_no.h8 extern unsigned long memory_end;
29 ((unsigned long)(kaddr) < memory_end))
/linux-6.3-rc2/arch/openrisc/kernel/
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-6.3-rc2/include/asm-generic/
A Dpage.h62 extern unsigned long memory_end;
88 ((void *)(kaddr) < (void *)memory_end))
/linux-6.3-rc2/arch/nios2/mm/
A Dinit.c64 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-6.3-rc2/arch/sh/mm/
A Duncached.c35 uncached_start = memory_end; in uncached_init()
A Dinit.c309 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
A Dpmb.c89 return ppn >= __pa(memory_start) && ppn < __pa(memory_end); in pmb_ppn_in_range()
/linux-6.3-rc2/arch/sh/kernel/
A Dsetup.c100 unsigned long memory_end = 0; variable
101 EXPORT_SYMBOL(memory_end);
/linux-6.3-rc2/arch/m68k/mm/
A Dinit.c66 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpage.h74 extern unsigned long memory_end;
/linux-6.3-rc2/arch/sh/include/asm/
A Dpage.h51 extern unsigned long memory_start, memory_end, memory_limit;
/linux-6.3-rc2/arch/sh/drivers/pci/
A Dpci-sh7780.c300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init()
A Dpcie-sh7786.c362 memend = __pa(memory_end); in pcie_init()

Completed in 19 milliseconds