bootmem_end 41 arch/m68k/mm/mcfmmu.c unsigned long next_pgtable, bootmem_end; bootmem_end 61 arch/m68k/mm/mcfmmu.c bootmem_end = (next_pgtable + size + PAGE_SIZE) & PAGE_MASK; bootmem_end 28 arch/m68k/mm/sun3mmu.c extern void mmu_emu_init (unsigned long bootmem_end); bootmem_end 44 arch/m68k/mm/sun3mmu.c unsigned long bootmem_end; bootmem_end 65 arch/m68k/mm/sun3mmu.c bootmem_end = (next_pgtable + size + PAGE_SIZE) & PAGE_MASK; bootmem_end 87 arch/m68k/mm/sun3mmu.c mmu_emu_init(bootmem_end); bootmem_end 128 arch/m68k/sun3/mmu_emu.c void __init mmu_emu_init(unsigned long bootmem_end) bootmem_end 140 arch/m68k/sun3/mmu_emu.c bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~SUN3_PMEG_MASK; bootmem_end 143 arch/m68k/sun3/mmu_emu.c for (i=0; i < __pa(bootmem_end) / SUN3_PMEG_SIZE ; ++i) bootmem_end 153 arch/m68k/sun3/mmu_emu.c for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {