Searched refs:memory_start (Results 1 – 14 of 14) sorted by relevance
/linux/arch/m68k/sun3/ |
H A D | config.c | 109 static void __init sun3_bootmem_alloc(unsigned long memory_start, in sun3_bootmem_alloc() argument 113 memory_start = ((memory_start + (PAGE_SIZE-1)) & PAGE_MASK); in sun3_bootmem_alloc() 119 availmem = memory_start; in sun3_bootmem_alloc() 127 unsigned long memory_start, memory_end; in config_sun3() local 142 memory_start = ((((unsigned long)_end) + 0x2000) & ~0x1fff); in config_sun3() 149 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
|
/linux/arch/nios2/kernel/ |
H A D | setup.c | 28 unsigned long memory_start; variable 29 EXPORT_SYMBOL(memory_start); 149 memory_start = memblock_start_of_DRAM(); in setup_arch() 152 pr_debug("%s: start=%lx, end=%lx\n", __func__, memory_start, memory_end); in setup_arch()
|
/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() 55 memory_start = memblock_start_of_DRAM(); in setup_memory() 62 ram_start_pfn = PFN_UP(memory_start); in setup_memory()
|
/linux/arch/sh/mm/ |
H A D | init.c | 296 memory_start = (unsigned long)__va(__MEMORY_START); in paging_init() 297 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init() 358 (unsigned long)memory_start, (unsigned long)high_memory, in mem_init() 359 ((unsigned long)high_memory - (unsigned long)memory_start) >> 20, in mem_init()
|
H A D | pmb.c | 89 return ppn >= __pa(memory_start) && ppn < __pa(memory_end); in pmb_ppn_in_range()
|
/linux/arch/microblaze/mm/ |
H A D | pgtable.c | 73 p >= memory_start && p < virt_to_phys(high_memory) && in __ioremap() 171 p = memory_start; in mapin_ram() 252 memory_start + kernel_tlb, in pte_alloc_one_kernel()
|
/linux/arch/microblaze/include/asm/ |
H A D | page.h | 88 extern unsigned long memory_start; 102 # define ARCH_PFN_OFFSET (memory_start >> PAGE_SHIFT)
|
H A D | pgtable.h | 232 ((pte_val(x) - memory_start) >> PAGE_SHIFT))
|
/linux/arch/sh/kernel/ |
H A D | setup.c | 94 unsigned long memory_start; variable 95 EXPORT_SYMBOL(memory_start);
|
/linux/arch/m68k/include/asm/ |
H A D | page_no.h | 7 extern unsigned long memory_start;
|
/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 360 memstart = __pa(memory_start); in pcie_init() 489 dma_direct_set_offset(&pdev->dev, __pa(memory_start), in pcibios_bus_add_device() 490 __pa(memory_start) - memstart, memsize); in pcibios_bus_add_device()
|
H A D | pci-sh7780.c | 299 memphys = __pa(memory_start); in sh7780_pci_init() 300 memsize = roundup_pow_of_two(memory_end - memory_start); in sh7780_pci_init()
|
/linux/arch/nios2/include/asm/ |
H A D | page.h | 68 extern unsigned long memory_start;
|
/linux/arch/sh/include/asm/ |
H A D | page.h | 38 extern unsigned long memory_start, memory_end, memory_limit;
|