Searched refs:bootmem_end (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/mm/
H A Dsun3mmu.c28 extern void mmu_emu_init (unsigned long bootmem_end);
48 unsigned long bootmem_end; local
66 bootmem_end = (next_pgtable + size + PAGE_SIZE) & PAGE_MASK;
88 mmu_emu_init(bootmem_end);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/mm/
H A Dsun3mmu.c28 extern void mmu_emu_init (unsigned long bootmem_end);
48 unsigned long bootmem_end; local
66 bootmem_end = (next_pgtable + size + PAGE_SIZE) & PAGE_MASK;
88 mmu_emu_init(bootmem_end);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/sun3/
H A Dmmu_emu.c106 void mmu_emu_init(unsigned long bootmem_end) argument
118 bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~SUN3_PMEG_MASK;
121 for (i=0; i < __pa(bootmem_end) / SUN3_PMEG_SIZE ; ++i)
131 for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/sun3/
H A Dmmu_emu.c106 void mmu_emu_init(unsigned long bootmem_end) argument
118 bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~SUN3_PMEG_MASK;
121 for (i=0; i < __pa(bootmem_end) / SUN3_PMEG_SIZE ; ++i)
131 for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {

Completed in 104 milliseconds