bootmem_lastpg 23 arch/hexagon/mm/init.c unsigned long bootmem_lastpg; /* Should be set by platform code */ bootmem_lastpg 112 arch/hexagon/mm/init.c high_memory = (void *)((bootmem_lastpg + 1) << PAGE_SHIFT); bootmem_lastpg 133 arch/hexagon/mm/init.c bootmem_lastpg = PFN_DOWN(size); bootmem_lastpg 155 arch/hexagon/mm/init.c bootmem_lastpg += ARCH_PFN_OFFSET; bootmem_lastpg 158 arch/hexagon/mm/init.c bootmem_lastpg = PFN_DOWN((bootmem_lastpg << PAGE_SHIFT) & bootmem_lastpg 162 arch/hexagon/mm/init.c (bootmem_lastpg - ARCH_PFN_OFFSET) << PAGE_SHIFT); bootmem_lastpg 171 arch/hexagon/mm/init.c max_low_pfn = bootmem_lastpg - PFN_DOWN(DMA_RESERVED_BYTES); bootmem_lastpg 176 arch/hexagon/mm/init.c printk(KERN_INFO "bootmem_lastpg: 0x%08lx\n", bootmem_lastpg); bootmem_lastpg 197 arch/hexagon/mm/init.c segtable += (bootmem_lastpg-ARCH_PFN_OFFSET)>>(22-PAGE_SHIFT);